public class AnnotationDescrBuilderImpl<P extends DescrBuilder<?,?>> extends BaseDescrBuilderImpl<P,AnnotationDescr> implements AnnotationDescrBuilder<P>
descr, parent
Modifier | Constructor and Description |
---|---|
protected |
AnnotationDescrBuilderImpl(P parent,
String name) |
Modifier and Type | Method and Description |
---|---|
AnnotationDescrBuilder<P> |
keyValue(String key,
Object value) |
AnnotationDescrBuilder<AnnotationDescrBuilder<P>> |
newAnnotation(String name) |
AnnotationDescrBuilder<P> |
value(Object value) |
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
public AnnotationDescrBuilder<P> value(Object value)
value
in interface AnnotationDescrBuilder<P extends DescrBuilder<?,?>>
public AnnotationDescrBuilder<P> keyValue(String key, Object value)
keyValue
in interface AnnotationDescrBuilder<P extends DescrBuilder<?,?>>
public AnnotationDescrBuilder<AnnotationDescrBuilder<P>> newAnnotation(String name)
newAnnotation
in interface AnnotatedDescrBuilder<AnnotationDescrBuilder<P extends DescrBuilder<?,?>>>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.