Uses of Class
org.codehaus.modello.plugin.java.javasource.JAnnotations
-
Packages that use JAnnotations Package Description org.codehaus.modello.plugin.java.javasource -
-
Uses of JAnnotations in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource declared as JAnnotations Modifier and Type Field Description private JAnnotationsJConstructor. annotationsprivate JAnnotationsJField. annotationsprivate JAnnotationsJMethod. annotationsThe annotation(s) for this method.private JAnnotationsJParameter. annotationsprivate JAnnotationsJStructure. annotationsMethods in org.codehaus.modello.plugin.java.javasource that return JAnnotations Modifier and Type Method Description JAnnotationsJConstructor. getAnnotations()JAnnotationsJField. getAnnotations()JAnnotationsJMember. getAnnotations()JAnnotationsJMethod. getAnnotations()JAnnotationsJParameter. getAnnotations()JAnnotationsJStructure. getAnnotations()Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JAnnotations Modifier and Type Method Description voidJConstructor. setAnnotations(JAnnotations annotations)voidJField. setAnnotations(JAnnotations annotations)voidJMethod. setAnnotations(JAnnotations annotations)voidJParameter. setAnnotations(JAnnotations annotations)voidJStructure. setAnnotations(JAnnotations annotations)
-