@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface TaskConstraint
| Modifier and Type | Optional Element and Description |
|---|---|
int |
maxChildren
Returns the maximum number of allowed children, defaults to
Integer.MAX_VALUE. |
int |
minChildren
Returns the minimum number of allowed children, defaults to 0.
|