Annotation Type CSharpNullable


  • @Retention(SOURCE)
    @Target(TYPE)
    public @interface CSharpNullable
    Annotate a Java class or interface to indicate that the C# directive "#nullable enable" is to be included in the generated C# code.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Default:
        ""