Annotation Type Implements


@Target(TYPE)
@Retention(CLASS)
public @interface Implements
Pseudo-implements decorator for Mixins with conflicting methods in a superclass to soft-implement an interface
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    Interface[] value
    Interfaces implemented, see javadoc in Interface
  • Element Details

    • value

      Interface[] value
      Interfaces implemented, see javadoc in Interface
      Returns:
      list of interfaces to implement