public interface ElementAnnotationBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> extends Annotations<E,L,CL>
Modifier and Type | Method and Description |
---|---|
void |
addText(String value,
L loc,
CL comments)
Called when a child text is found.
|
E |
makeElementAnnotation()
Called at the end to build an application data structure.
|
addAttribute, addComment, addElement, addLeadingComment
void addText(String value, L loc, CL comments) throws BuildException
BuildException
E makeElementAnnotation() throws BuildException
BuildException
Copyright © 2019 JBoss by Red Hat. All rights reserved.