Interface MethodMultiListAttribute<X,E,C extends Collection<E>>

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

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