Annotation Interface ConditionalOnNotAdmin
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@ConditionalOnMissingBean(AdminOnlyTarget.class)
public @interface ConditionalOnNotAdmin
Indicates that this bean should not be created unless the broadleaf-open-admin-platform does not exists on the classpath. This
can be used for beans that are designed to only exist outside the admin.
- Since:
- 5.2
- Author:
- Jeff Fischer