Package org.apache.logging.log4j.plugins.condition
@Export
@Version("1.0.0")
package org.apache.logging.log4j.plugins.condition
-
ClassDescriptionChecks an annotated element to see if it matches some condition.Meta-annotation for conditional annotations to reference the implementing
Condition
class to handle conditional checks for whether the bindings present in a bundle instance should be registered.Checks if a binding exists for the return type of the annotatedFactory
method.Only creates a binding if all the requested dependencies exist.Provides runtime context to aCondition
.