Package | Description |
---|---|
org.drools.core.factmodel | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationDefinition |
AnnotationDefinition.build(Class annotationClass,
Map<String,Object> valueMap,
TypeResolver resolver) |
AnnotationDefinition |
ClassDefinition.getAnnotation(Class<?> annotationClass) |
Modifier and Type | Method and Description |
---|---|
Collection<AnnotationDefinition> |
ClassDefinition.getAnnotations() |
List<AnnotationDefinition> |
FieldDefinition.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
ClassDefinition.addAnnotation(AnnotationDefinition annotationDefinition) |
void |
FieldDefinition.addAnnotation(AnnotationDefinition annotationDefinition) |
static void |
DefaultBeanClassBuilder.addAnnotationAttribute(AnnotationDefinition ad,
org.mvel2.asm.AnnotationVisitor av) |
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationDefinition> |
Pattern.getAnnotations() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.