Uses of Class
org.codehaus.modello.plugin.java.javasource.JAnnotations
Packages that use JAnnotations
-
Uses of JAnnotations in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource declared as JAnnotationsModifier and TypeFieldDescriptionprivate JAnnotations
JConstructor.annotations
private JAnnotations
JField.annotations
private JAnnotations
JMethod.annotations
The annotation(s) for this method.private JAnnotations
JParameter.annotations
private JAnnotations
JStructure.annotations
Methods in org.codehaus.modello.plugin.java.javasource that return JAnnotationsModifier and TypeMethodDescriptionJConstructor.getAnnotations()
JField.getAnnotations()
JMember.getAnnotations()
JMethod.getAnnotations()
JParameter.getAnnotations()
JStructure.getAnnotations()
Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JAnnotationsModifier and TypeMethodDescriptionvoid
JConstructor.setAnnotations
(JAnnotations annotations) void
JField.setAnnotations
(JAnnotations annotations) void
JMethod.setAnnotations
(JAnnotations annotations) void
JParameter.setAnnotations
(JAnnotations annotations) void
JStructure.setAnnotations
(JAnnotations annotations)