com.ryanm.config.imp
Annotation Type SubConfigurable


@Documented
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface SubConfigurable

Used to annotate fields as configurable, so they are included in the configurator.

Author:
ryanm