Uses of Annotation Interface
org.springframework.context.annotation.Conditional
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of Conditional in org.springframework.context.annotation
Modifier and TypeClassDescription@interface
Indicates that a component is eligible for registration when one or more specified profiles are active.