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
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value  
    • Element Detail

      • value

        String value
        Default:
        ""