Class GroupWithInheritance

java.lang.Object
org.hibernate.validator.internal.engine.groups.GroupWithInheritance
All Implemented Interfaces:
Iterable<Group>

public class GroupWithInheritance extends Object implements Iterable<Group>
Represents a validation group and all the groups it extends ("group inheritance").
Author:
Gunnar Morling