Annotation Interface StateSet
Annotation to create the disjoint states in which class objects can be. The annotation receives a
list of strings representing the names of the states. e.g. @StateSet({"open", "reading",
"closed"})
- Author:
- catarina gamboa
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] value
-