Uses of Class
org.unleash.features.annotation.Toggle
-
Packages that use Toggle Package Description org.unleash.features.aop -
-
Uses of Toggle in org.unleash.features.aop
Methods in org.unleash.features.aop that return Toggle Modifier and Type Method Description private ToggleFeatureAdvisor. getToggleAnnotation(org.aopalliance.intercept.MethodInvocation mi)Methods in org.unleash.features.aop with parameters of type Toggle Modifier and Type Method Description private booleanFeatureAdvisor. check(Toggle toggle, Optional<io.getunleash.UnleashContext> contextOpt)private ObjectFeatureAdvisor. checkForFeatureToggle(org.aopalliance.intercept.MethodInvocation mi, Toggle toggle, String alterBean, boolean usingAlterBean, String executedBeanName)
-