Interface MethodListAttribute<X,E>

Type Parameters:
X - The type of the declaring entity view
E - The element type of the represented List
All Superinterfaces:
Attribute<X,List<E>>, ListAttribute<X,E>, MethodAttribute<X,List<E>>, MethodPluralAttribute<X,List<E>,E>, PluralAttribute<X,List<E>,E>

public interface MethodListAttribute<X,E> extends MethodPluralAttribute<X,List<E>,E>, ListAttribute<X,E>
A list attribute that is also a method attribute.
Since:
1.5.0
Author:
Christian Beikov