O - the type of Object that is being builtpublic abstract class AbstractAnnotationBuilder<O> extends java.lang.Object implements AnnotationBuilder<O>
AnnotationBuilder that ensures the object being built is only
 built one time.| Constructor and Description | 
|---|
| AbstractAnnotationBuilder() | 
public final O build() throws java.lang.Exception
AnnotationBuilderbuild in interface AnnotationBuilder<O>java.lang.Exception - if an error occurred when building the Objectpublic final O getObject()