@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface GroupInfo
Annotation to allow users to include documentation on PropertyGroups.
When sample configuration or documentation is generated, these values are used
to provide better details on groups.
- Author:
- eeverman