@Documented @Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=RUNTIME) @ComponentStereotype(implementationAnnotations={cz.ues.platform.uesservices.annotations.UESService.class, cz.ues.platform.webservices.annotations.WSCAdapterComponent.class}, namePostfix="") @Named @WebServiceAccessible(wspHandlerChain="ues/platform/uesservices/UESServiceHandlerChain.xml") @EnableScriptAPI @UESAudit(useCaseType=COMMAND) public @interface UESService
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Name of component.
|