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