Interface AnnotationMirrorDecoration
-
public interface AnnotationMirrorDecoration- Author:
- Ryan Heaton
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyTo(DecoratedAnnotationMirror mirror)Apply this decoration to the given decorated annotation mirror.
-
-
-
Method Detail
-
applyTo
void applyTo(DecoratedAnnotationMirror mirror)
Apply this decoration to the given decorated annotation mirror.- Parameters:
mirror- The mirror to decorate.
-
-