public interface AnnotationRedefiner<A extends Annotation>
AnnotationRedefiner can be applied to an
SolderAnnotatedTypeBuilder, and receives callbacks for each annotation of
the type is it applied for.SolderAnnotatedTypeBuilder| Modifier and Type | Method and Description |
|---|---|
void |
redefine(RedefinitionContext<A> ctx)
Callback invoked for each annotation of the type the
AnnotationRedefiner is applied for. |
void redefine(RedefinitionContext<A> ctx)
AnnotationRedefiner is applied for.ctx - Copyright © 2013. All Rights Reserved.