public class GroupsComputer extends Object
Modifier and Type | Field and Description |
---|---|
static Class<?>[] |
DEFAULT_GROUP |
Constructor and Description |
---|
GroupsComputer() |
Modifier and Type | Method and Description |
---|---|
Groups |
computeGroups(Class<?>[] groups)
Compute groups from an array of group classes.
|
protected Groups |
computeGroups(Collection<Class<?>> groups)
Main compute implementation.
|
public static final Class<?>[] DEFAULT_GROUP
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.