public class AnnotationAdapter extends Object implements Annotation
Constructor and Description |
---|
AnnotationAdapter(org.kie.api.definition.type.Annotation delegate) |
Modifier and Type | Method and Description |
---|---|
static List<Annotation> |
adaptAnnotations(Collection<org.kie.api.definition.type.Annotation> annotations) |
boolean |
equals(Object obj) |
String |
getName() |
Class |
getPropertyType(String key) |
Object |
getPropertyValue(String key) |
int |
hashCode() |
public AnnotationAdapter(org.kie.api.definition.type.Annotation delegate)
public String getName()
getName
in interface Annotation
public Object getPropertyValue(String key)
getPropertyValue
in interface Annotation
public Class getPropertyType(String key)
getPropertyType
in interface Annotation
public static List<Annotation> adaptAnnotations(Collection<org.kie.api.definition.type.Annotation> annotations)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.