|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationDefinition | |
|---|---|
| org.drools.factmodel | |
| org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
| Uses of AnnotationDefinition in org.drools.factmodel |
|---|
| Methods in org.drools.factmodel that return AnnotationDefinition | |
|---|---|
static AnnotationDefinition |
AnnotationDefinition.build(Class annotationClass,
Map<String,String> valueMap,
TypeResolver resolver)
|
| Methods in org.drools.factmodel that return types with arguments of type AnnotationDefinition | |
|---|---|
List<AnnotationDefinition> |
FieldDefinition.getAnnotations()
|
List<AnnotationDefinition> |
ClassDefinition.getAnnotations()
|
| Methods in org.drools.factmodel with parameters of type AnnotationDefinition | |
|---|---|
void |
FieldDefinition.addAnnotation(AnnotationDefinition annotationDefinition)
|
void |
ClassDefinition.addAnnotation(AnnotationDefinition annotationDefinition)
|
| Uses of AnnotationDefinition in org.drools.rule |
|---|
| Methods in org.drools.rule that return types with arguments of type AnnotationDefinition | |
|---|---|
Map<String,AnnotationDefinition> |
Pattern.getAnnotations()
|
| Method parameters in org.drools.rule with type arguments of type AnnotationDefinition | |
|---|---|
void |
Pattern.setAnnotations(Map<String,AnnotationDefinition> annotations)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||