public interface AnnotationFactory<I,A extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
void |
build(I instance,
A annotation) |
static void |
check(Class<? extends AnnotationFactory<?,?>> factory,
Annotation annotation) |
static void |
with(Object instance,
AnnotatedElement annotationElment) |
static void with(Object instance, AnnotatedElement annotationElment)
static void check(Class<? extends AnnotationFactory<?,?>> factory, Annotation annotation)
Copyright © 2012–2018. All rights reserved.