Package com.opencloud.slee.annotation
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.
-
-
Element Detail
-
services
String[] services
- Default:
- {}
-
-