Uses of Class
org.codehaus.modello.plugin.java.javasource.JComment
Packages that use JComment
-
Uses of JComment in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java that return JCommentModifier and TypeMethodDescriptionprivate JComment
AbstractJavaModelloGenerator.getHeaderComment()
-
Uses of JComment in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource declared as JCommentModifier and TypeFieldDescriptionprivate JComment
JCompUnit.header
private JComment
JStructure.header
The source headerMethods in org.codehaus.modello.plugin.java.javasource that return JCommentModifier and TypeMethodDescriptionJStructure.getHeader()
Returns the JComment header to display at the top of the source file for this JStructure, or null if no header was set.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JComment