Annotation Type Services


@Retention(RUNTIME) @Target({TYPE,METHOD,PARAMETER}) @Inherited public @interface Services
Utility annotation used to allow the @Service annotation to be repeatable. It is possible, but unnecessary, to use this annotation directly.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      Service[] value
      Default:
      {}