|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SgAnnotation | |
|---|---|
| org.fuin.srcgen4javassist | |
| Uses of SgAnnotation in org.fuin.srcgen4javassist |
|---|
| Methods in org.fuin.srcgen4javassist that return types with arguments of type SgAnnotation | |
|---|---|
static List<SgAnnotation> |
SgUtils.createAnnotations(Annotation[] ann)
Create a list of annotations. |
List<SgAnnotation> |
SgVariable.getAnnotations()
Returns the annotations for this field. |
List<SgAnnotation> |
SgClass.getAnnotations()
Returns the annotations for this class. |
List<SgAnnotation> |
SgBehavior.getAnnotations()
Returns the annotations for this method. |
| Methods in org.fuin.srcgen4javassist with parameters of type SgAnnotation | |
|---|---|
void |
SgVariable.addAnnotation(SgAnnotation annotation)
Adds an annotation. |
void |
SgClass.addAnnotation(SgAnnotation annotation)
Adds an annotation. |
void |
SgBehavior.addAnnotation(SgAnnotation annotation)
Adds an annotation. |
| Method parameters in org.fuin.srcgen4javassist with type arguments of type SgAnnotation | |
|---|---|
void |
SgVariable.addAnnotations(List<SgAnnotation> annotations)
Adds a list of annotations. |
void |
SgClass.addAnnotations(List<SgAnnotation> annotations)
Adds a list of annotations. |
void |
SgBehavior.addAnnotations(List<SgAnnotation> annotations)
Adds a list of annotations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||