value property

List<String> value
final

The set of profiles for which the annotated component should be registered.

Example:

@ConditionalOnProfile(['dev', 'local'])
class DevConfig {}

Implementation

final List<String> value;