Annotation Type CSharpDelegate


@Retention(SOURCE) @Target(TYPE) public @interface CSharpDelegate
Annotate a Java class or interface to indicate whether the corresponding C# class should be implemented as a delegate. By default, if there is an @FunctionalInterface annotation, then it becomes a delegate.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      boolean value
      Default:
      false