Annotation Interface InjectedInterface


@Documented @Retention(CLASS) @Target(TYPE) public @interface InjectedInterface
States that the annotated interface is injected into some of the game's classes.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
    Returns the target classes for which the annotated interface is injected into.
  • Element Details

    • value

      Class<?>[] value
      Returns the target classes for which the annotated interface is injected into.
      Returns:
      the target classes for which the annotated interface is injected into