Annotation Interface Exclude


@Retention(RUNTIME) @Target(TYPE) public @interface Exclude
An annotation to use to exclude sharing Spring Beans in Kernel Container. All Beans of type Service will be automatically injected in Kernel Container and shared with other Spring contexts unless this annotation is added to exclude the service