Annotation Type BinderTargets


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target({TYPE,PACKAGE})
    public @interface BinderTargets
    Indicates which services the annotated component should be bound into. The target services are denoted using logical names like "sip", "ss7", "diameter", "registrar" and "core", rather than full service IDs.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] services  
    • Element Detail

      • services

        String[] services
        Default:
        {}