names property

List<String> names
final

Pod names that must be present in the context.

Example:

@ConditionalOnPod(names: ['myCustomService'])
class FallbackServiceConfig {}

Implementation

final List<String> names;