langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/BuilderFactory.java
changeset 20237 b6d89903c867
parent 16319 e586bfeb39c5
child 22163 3651128c74eb
equal deleted inserted replaced
20236:32da2c913ac4 20237:b6d89903c867
   172             classWriter.getClassDoc(),
   172             classWriter.getClassDoc(),
   173             writerFactory.getMethodWriter(classWriter));
   173             writerFactory.getMethodWriter(classWriter));
   174     }
   174     }
   175 
   175 
   176     /**
   176     /**
       
   177      * Return an instance of the annotation type fields builder for the given
       
   178      * class.
       
   179      *
       
   180      * @return an instance of the annotation type field builder for the given
       
   181      *         annotation type.
       
   182      */
       
   183     public AbstractBuilder getAnnotationTypeFieldsBuilder(
       
   184             AnnotationTypeWriter annotationTypeWriter)
       
   185     throws Exception {
       
   186         return AnnotationTypeFieldBuilder.getInstance(context,
       
   187             annotationTypeWriter.getAnnotationTypeDoc(),
       
   188             writerFactory.getAnnotationTypeFieldWriter(
       
   189                 annotationTypeWriter));
       
   190     }
       
   191 
       
   192     /**
   177      * Return an instance of the annotation type member builder for the given
   193      * Return an instance of the annotation type member builder for the given
   178      * class.
   194      * class.
   179      *
   195      *
   180      * @return an instance of the annotation type memebr builder for the given
   196      * @return an instance of the annotation type member builder for the given
   181      *         annotation type.
   197      *         annotation type.
   182      */
   198      */
   183     public AbstractBuilder getAnnotationTypeOptionalMemberBuilder(
   199     public AbstractBuilder getAnnotationTypeOptionalMemberBuilder(
   184             AnnotationTypeWriter annotationTypeWriter)
   200             AnnotationTypeWriter annotationTypeWriter)
   185     throws Exception {
   201     throws Exception {
   191 
   207 
   192     /**
   208     /**
   193      * Return an instance of the annotation type member builder for the given
   209      * Return an instance of the annotation type member builder for the given
   194      * class.
   210      * class.
   195      *
   211      *
   196      * @return an instance of the annotation type memebr builder for the given
   212      * @return an instance of the annotation type member builder for the given
   197      *         annotation type.
   213      *         annotation type.
   198      */
   214      */
   199     public AbstractBuilder getAnnotationTypeRequiredMemberBuilder(
   215     public AbstractBuilder getAnnotationTypeRequiredMemberBuilder(
   200             AnnotationTypeWriter annotationTypeWriter)
   216             AnnotationTypeWriter annotationTypeWriter)
   201     throws Exception {
   217     throws Exception {