Interface DecorateeAccessor<DECORATEE>

Type Parameters:
DECORATEE - The type of the decoratee to be used.
All Known Subinterfaces:
DecorateeAccessor.DecorateeProperty<DECORATEE>

public interface DecorateeAccessor<DECORATEE>
Provides an accessor for a decoratee property (as of the decorator pattern).
  • Method Details

    • getDecoratee

      DECORATEE getDecoratee()
      Retrieves the value from the decoratee property.
      Returns:
      The decoratee stored by the decoratee property.