Package org.drools.drl.ast.dsl
Interface AnnotationDescrBuilder<P extends DescrBuilder<?,?>>
-
- All Superinterfaces:
AnnotatedDescrBuilder<AnnotationDescrBuilder<P>>,DescrBuilder<P,AnnotationDescr>
- All Known Implementing Classes:
AnnotationDescrBuilderImpl
public interface AnnotationDescrBuilder<P extends DescrBuilder<?,?>> extends DescrBuilder<P,AnnotationDescr>, AnnotatedDescrBuilder<AnnotationDescrBuilder<P>>
A descriptor builder for annotations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationDescrBuilder<P>keyValue(String key, Object value)AnnotationDescrBuilder<P>value(Object value)-
Methods inherited from interface org.drools.drl.ast.dsl.AnnotatedDescrBuilder
newAnnotation
-
Methods inherited from interface org.drools.drl.ast.dsl.DescrBuilder
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
-
-
-
-
Method Detail
-
value
AnnotationDescrBuilder<P> value(Object value)
-
keyValue
AnnotationDescrBuilder<P> keyValue(String key, Object value)
-
-