Searched defs:javadoc (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/build/glassfish-obr-builder/src/main/java/org/glassfish/obrbuilder/xmlentities/
H A DResource.java74 * <element name="javadoc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
98 "javadoc",
111 protected String javadoc; field in class:Resource
224 * Gets the value of the javadoc property.
232 return javadoc;
236 * Sets the value of the javadoc property.
244 this.javadoc = value;

Completed in 56 milliseconds