Interface ElementDecoration
-
public interface ElementDecoration- Author:
- Ryan Heaton
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyTo(DecoratedElement e, DecoratedProcessingEnvironment env)Apply this decoration to the given decorated element.
-
-
-
Method Detail
-
applyTo
void applyTo(DecoratedElement e, DecoratedProcessingEnvironment env)
Apply this decoration to the given decorated element.- Parameters:
e- The element to decorate.
-
-