Interface ContentAccessor.ContentProperty<T>

Type Parameters:
T - The content's type to be accessed.
All Superinterfaces:
ContentAccessor<T>, ContentAccessor.ContentMutator<T>
Enclosing interface:
ContentAccessor<T>

public static interface ContentAccessor.ContentProperty<T> extends ContentAccessor<T>, ContentAccessor.ContentMutator<T>
Provides a content property.