Annotation Interface Local


@Documented @Retention(CLASS) @Target(PARAMETER) public @interface Local
Applied to declare that the annotated parameter is a local value originating from the method.

No validations are held for these "mixin injectors", and are only annotated to indicate that the method is a "pseudo-mixin injector". These injectors are also applied directly into the source code and can be seen in the compiled source, not at runtime like a normal Mixin injector.
See Also:
  • Local
  • Optional Element Summary

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

    • ordinal

      int ordinal
      Default:
      -1
    • argsOnly

      boolean argsOnly
      Default:
      false
    • field

      String field
      Default:
      ""
    • self

      boolean self
      Default:
      false