Uses of Class
dev.voidframework.core.conditionalfeature.AnnotationMetadata
Packages that use AnnotationMetadata
Package
Description
-
Uses of AnnotationMetadata in dev.voidframework.core.conditionalfeature
Fields in dev.voidframework.core.conditionalfeature declared as AnnotationMetadataModifier and TypeFieldDescriptionstatic final AnnotationMetadataAnnotationMetadata.EMPTYEmpty instance of annotation metadata. -
Uses of AnnotationMetadata in dev.voidframework.core.conditionalfeature.condition
Methods in dev.voidframework.core.conditionalfeature.condition with parameters of type AnnotationMetadataModifier and TypeMethodDescriptionbooleanCondition.isEnabled(com.typesafe.config.Config configuration, Class<?> annotatedClassType, AnnotationMetadata annotationMetadata) Checks if the feature must be enabled or not.booleanConfigurationCondition.isEnabled(com.typesafe.config.Config configuration, Class<?> annotatedClassType, AnnotationMetadata annotationMetadata) booleanRunInDevModeCondition.isEnabled(com.typesafe.config.Config configuration, Class<?> annotatedClassType, AnnotationMetadata annotationMetadata)