-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Description
Describes a parameter within a settings class.This should be set on the get method for a parameter, and it may generally be assumed that there is a corresponding set method.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdefaultValueDefault value of this parameter
-