org.codehaus.enunciate.doc
Annotation Type ExcludeFromDocumentation


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ExcludeFromDocumentation

Marker interface for excluding a method, field, type, etc. from the documentation. As of March 2011, this annotation is only honored on JAXB root elements and JAXB type definitions.

Author:
Ryan Heaton

Optional Element Summary
 boolean excludeFromIDL
          Whether to exclude this element from the interface definition language (XML schema, WSDL, WADL, etc.)
 

excludeFromIDL

public abstract boolean excludeFromIDL
Whether to exclude this element from the interface definition language (XML schema, WSDL, WADL, etc.)

Returns:
Whether to exclude this element from the interface definition language (XML schema, WSDL, WADL, etc.)
Default:
false