Uses of Class
org.drools.base.factmodel.AnnotationDefinition
Packages that use AnnotationDefinition
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of AnnotationDefinition in org.drools.base.factmodel
Methods in org.drools.base.factmodel that return AnnotationDefinitionModifier and TypeMethodDescriptionstatic AnnotationDefinitionAnnotationDefinition.build(Class annotationClass, Map<String, Object> valueMap, TypeResolver resolver) ClassDefinition.getAnnotation(Class<?> annotationClass) Methods in org.drools.base.factmodel that return types with arguments of type AnnotationDefinitionModifier and TypeMethodDescriptionClassDefinition.getAnnotations()FieldDefinition.getAnnotations()Methods in org.drools.base.factmodel with parameters of type AnnotationDefinitionModifier and TypeMethodDescriptionvoidClassDefinition.addAnnotation(AnnotationDefinition annotationDefinition) voidFieldDefinition.addAnnotation(AnnotationDefinition annotationDefinition) -
Uses of AnnotationDefinition in org.drools.base.rule
Methods in org.drools.base.rule that return types with arguments of type AnnotationDefinition