Interface AnnotationMirrorDecoration


  • public interface AnnotationMirrorDecoration
    Author:
    Ryan Heaton
    • Method Detail

      • applyTo

        void applyTo​(DecoratedAnnotationMirror mirror)
        Apply this decoration to the given decorated annotation mirror.
        Parameters:
        mirror - The mirror to decorate.