Package me.ehp246.aufjms.api.annotation
Annotation Type EnableForJms
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Import({AufJmsConfiguration.class,AtEndpointRegistrar.class,AtEndpointFactory.class,AtEndpointListenerConfigurer.class,ExecutorConfiguration.class,DefaultExecutableBinder.class,JsonByJackson.class})
public @interface EnableForJms
- Since:
- 1.0
- Author:
- Lei Yang
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnableForJms.At -
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description EnableForJms.At[]value
-
Element Details
-
value
EnableForJms.At[] value- Default:
- {@me.ehp246.aufjms.api.annotation.EnableForJms.At}
-