| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJAnnotationValueOwned
Things that can be values of an annotation element and have an owning code
model (see
IJOwned). |
class |
JAnnotationArrayMember
Represents an arrays as annotation members
This class implements
IJAnnotatable to allow new annotations to be
added as a member of the array. |
class |
JAnnotationStringValue
Captures the value of the annotation.
|
class |
JAnnotationUse
Represents an annotation on a program element.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractJAnnotationValue |
JAnnotationUse.getParam(String sName) |
AbstractJAnnotationValue |
AbstractJAnnotationValueOwned.wrap(Class<?> aClass) |
AbstractJAnnotationValue |
AbstractJAnnotationValueOwned.wrap(Enum<?> aEnumConstant) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractJAnnotationValue> |
JAnnotationArrayMember.getAllAnnotations() |
Map<String,AbstractJAnnotationValue> |
JAnnotationUse.getAnnotationMembers() |
Copyright © 2013–2015 Philip Helger. All rights reserved.