org.drools.lang.api
Interface AnnotationDescrBuilder<P extends DescrBuilder<?,?>>

All Superinterfaces:
DescrBuilder<P,AnnotationDescr>
All Known Implementing Classes:
AnnotationDescrBuilderImpl

public interface AnnotationDescrBuilder<P extends DescrBuilder<?,?>>
extends DescrBuilder<P,AnnotationDescr>

A descriptor builder for annotations


Method Summary
 AnnotationDescrBuilder<P> keyValue(String key, String value)
           
 AnnotationDescrBuilder<P> value(String value)
           
 
Methods inherited from interface org.drools.lang.api.DescrBuilder
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
 

Method Detail

value

AnnotationDescrBuilder<P> value(String value)

keyValue

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


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.