@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ModuleConstraint
Created by maxim on 15-Jan-17.
| Modifier and Type | Required Element and Description |
|---|---|
ModuleConstraint.ContraintType |
type
Constraint type of the module
|
java.lang.String |
value
Constraint value
|
public abstract ModuleConstraint.ContraintType type