Annotation Type ServiceIdentifier


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface ServiceIdentifier
    Annotation for field of pojo service in which the service identifier should be injected.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class value
      Supply the interface.
    • Element Detail

      • value

        java.lang.Class value
        Supply the interface.
        Default:
        java.lang.Object.class