@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConfigFactory
Created by carl.gould on 5/5/2015.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The classname of the class that implements ShapeConfigFactory in the designer
|