Package com.helger.commons.annotation
Annotation Type UnsafeAPI
-
@Retention(SOURCE) @Target({METHOD,CONSTRUCTOR}) @Documented public @interface UnsafeAPI
Indicate methods that are unsafe but are helpful in very rare scenarios. This is a marker annotation that just helps easily identifying these APIs.- Author:
- Philip Helger
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-