Annotation Type ImageProviderService


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    @Service(ImageProvider.class)
    public @interface ImageProviderService
    Annotation to for image providers.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The realm.
      Default is empty string which refers to the tentackle realm.
    • Element Detail

      • value

        java.lang.String value
        The realm.
        Default is empty string which refers to the tentackle realm.
        Returns:
        the realm
        Default:
        ""