Package com.igormaznitsa.meta.annotation
Annotation Type Risky
@Documented
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
@Retention(CLASS)
public @interface Risky
Marks entity as risky one. Anyone should use its for its own risk.
- Since:
- 1.0
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueSome optional text description.- Returns:
- optional text description
- Default:
""
-