Package w.impl

Annotation Interface Impl


@Target(TYPE) @Retention(SOURCE) public @interface Impl
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    @NotNull Class<?> @NotNull []
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    @NotNull String
     
    @NotNull ImplPriority
     
  • Element Details

    • types

      @NotNull @NotNull Class<?> @NotNull [] types
    • factory

      @NotNull @NotNull String factory
      Default:
      "create"
    • priority

      @NotNull @NotNull ImplPriority priority
      Default:
      NORMAL