@Target(value={java.lang.annotation.ElementType.ANNOTATION_TYPE, java.lang.annotation.ElementType.TYPE})
public @interface DisableAutodetection
Use this annotation to disable auto-detection of components during container
 start-up. The annotation could be used directly on your component or as
 Meta-annotation on your annotation for marking components. When used as
 Meta-annotation, than all components defined by annotation marked by this
 annotation will be ignored during startup.
- Since:
 
  - UES6-00