names property

List<String> names
final

Pod names that must not be present in the context.

Example:

@ConditionalOnMissingPod(name: ['myCustomService'])
class FallbackServiceConfig {}

Implementation

final List<String> names;