Uses of Class
org.codehaus.modello.plugin.java.javasource.JAnnotations
Packages that use JAnnotations
-
Uses of JAnnotations in org.codehaus.modello.plugin.java.javasource
Methods in org.codehaus.modello.plugin.java.javasource that return JAnnotationsModifier and TypeMethodDescriptionJConstructor.getAnnotations()JField.getAnnotations()JMethod.getAnnotations()JParameter.getAnnotations()JStructure.getAnnotations()Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JAnnotationsModifier and TypeMethodDescriptionvoidJConstructor.setAnnotations(JAnnotations annotations) voidJField.setAnnotations(JAnnotations annotations) voidJMethod.setAnnotations(JAnnotations annotations) voidJParameter.setAnnotations(JAnnotations annotations) voidJStructure.setAnnotations(JAnnotations annotations)