Interface TypeAccessor.TypeProperty<T>

Type Parameters:
T - The type of the type of the generic type (lol)
All Superinterfaces:
TypeAccessor<T>, TypeAccessor.TypeMutator<T>
Enclosing interface:
TypeAccessor<T>

public static interface TypeAccessor.TypeProperty<T>
extends TypeAccessor<T>, TypeAccessor.TypeMutator<T>
Provides a type property.
  • Method Details