Annotation Type Library


@Retention(RUNTIME)
@Target(TYPE)
public @interface Library
Version:
$Id$
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    String value  
  • Field Summary

    Fields
    Modifier and Type Field Description
    static String INTERNAL
    Special library name used to bind Bridge methods to functions linked into the current executable.
  • Field Details

    • INTERNAL

      static final String INTERNAL
      Special library name used to bind Bridge methods to functions linked into the current executable.
      See Also:
      Constant Field Values
  • Element Details