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. -
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.