Uses of Interface
dev.voidframework.core.conditionalfeature.condition.Condition
Packages that use Condition
Package
Description
-
Uses of Condition in dev.voidframework.core.conditionalfeature.condition
Classes in dev.voidframework.core.conditionalfeature.condition that implement ConditionModifier and TypeClassDescriptionclassIndicates that the feature will only be loaded if the condition is met.classIndicates that the feature will only be loaded if the application is run in development mode (see configuration keyvoidframework.core.runInDevMode"). -
Uses of Condition in dev.voidframework.core.exception
Constructor parameters in dev.voidframework.core.exception with type arguments of type ConditionModifierConstructorDescriptionConditionInitFailure(Class<? extends Condition> condition, Throwable cause) Build a new instance.