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,
String value) |
AnnotationDescrBuilder<P> |
value(String 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(String value)
value
in interface AnnotationDescrBuilder<P extends DescrBuilder<?,?>>
public AnnotationDescrBuilder<P> keyValue(String key, String value)
keyValue
in interface AnnotationDescrBuilder<P extends DescrBuilder<?,?>>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.