Interface TypeMirrorDecoration


  • public interface TypeMirrorDecoration
    Author:
    Ryan Heaton
    • Method Detail

      • applyTo

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