Drools :: Compiler 6.2.0.Final

org.drools.compiler.lang.api
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
 AnnotationDescrBuilder<P> keyValue(String key, Object value)
           
 AnnotationDescrBuilder<P> value(Object value)
           
 
Methods inherited from interface org.drools.compiler.lang.api.DescrBuilder
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
 
Methods inherited from interface org.drools.compiler.lang.api.AnnotatedDescrBuilder
newAnnotation
 

Method Detail

value

AnnotationDescrBuilder<P> value(Object value)

keyValue

AnnotationDescrBuilder<P> keyValue(String key,
                                   Object value)

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.