| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypedAnnotationWriter<A extends Annotation,W extends IJAnnotationWriter<A>>
Dynamically implements the typed annotation writer interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypedAnnotationWriter<A extends Annotation,W extends IJAnnotationWriter<A>>
Dynamically implements the typed annotation writer interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
<W extends IJAnnotationWriter<?>> |
JVar.annotate2(Class<W> clazz) |
<W extends IJAnnotationWriter<?>> |
JPackage.annotate2(Class<W> clazz) |
<W extends IJAnnotationWriter<?>> |
JMethod.annotate2(Class<W> clazz) |
<W extends IJAnnotationWriter<?>> |
JEnumConstant.annotate2(Class<W> clazz) |
<W extends IJAnnotationWriter<?>> |
JDefinedClass.annotate2(Class<W> clazz) |
<W extends IJAnnotationWriter<?>> |
JAnnotationArrayMember.annotate2(Class<W> clazz) |
<W extends IJAnnotationWriter<?>> |
IJAnnotatable.annotate2(Class<W> clazz)
Adds an annotation to this program element and returns a type-safe writer
to fill in the values of such annotations.
|
Copyright © 2013–2015 Philip Helger. All rights reserved.