Interface InstanceAccessor<T>

Type Parameters:
T - The generic instance type.
All Known Subinterfaces:
InstanceAccessor.InstanceProperty<T>

public interface InstanceAccessor<T>
Provides an accessor for a instance property.
  • Method Details

    • getInstance

      T getInstance()
      Retrieves the instance property.
      Returns:
      The instance stored by the property.