public interface ElementDecoration
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(DecoratedElement e,
DecoratedProcessingEnvironment env)
Apply this decoration to the given decorated element.
|
void applyTo(DecoratedElement e, DecoratedProcessingEnvironment env)
e - The element to decorate.Copyright © 2006-2016–2017. All rights reserved.