public class AnnotationSupport<A> extends Object
| Constructor and Description |
|---|
AnnotationSupport() |
| Modifier and Type | Method and Description |
|---|---|
<T extends A> |
annotate(T annotation) |
<T extends A> |
deannotate(Class<T> annotation) |
<T extends A> |
getAnnotation(Class<T> annotationClass) |
Set<A> |
getAnnotations() |
<T extends A> |
getOrCreateAnnotation(Class<T> annotationClass,
Supplier<T> supplier) |
<T extends A> |
isAnnotatedWith(Class<T> annotationClass) |
public <T extends A> void annotate(T annotation)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.