| 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 |
|---|---|
List<AnnotationDefinition> |
FieldDefinition.getAnnotations() |
Collection<AnnotationDefinition> |
ClassDefinition.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDefinition.addAnnotation(AnnotationDefinition annotationDefinition) |
void |
ClassDefinition.addAnnotation(AnnotationDefinition annotationDefinition) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AnnotationDefinition> |
Pattern.getAnnotations() |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.