Annotation Type Library


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

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

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

    • INTERNAL

      static final String INTERNAL
      Special library name used to bind Bridge methods to functions linked into the current executable.
  • Element Details