Uses of Annotation Interface
org.ff4j.aop.Flip

Packages that use Flip
Package
Description
Provide capability to switch through Aspect Orienting Programming (A.O.P)
  • Uses of Flip in org.ff4j.aop

    Methods in org.ff4j.aop that return Flip
    Modifier and Type
    Method
    Description
    protected Flip
    FeatureAdvisor.getFF4jAnnotation(org.aopalliance.intercept.MethodInvocation mi)
    Pick annotation from method or class.
    Methods in org.ff4j.aop with parameters of type Flip
    Modifier and Type
    Method
    Description
    protected boolean
    FeatureAdvisor.check(Flip ff, org.aopalliance.intercept.MethodInvocation mi)
    Call if Flipped based on different parameters of the annotation
    protected org.ff4j.core.FlippingExecutionContext
    FeatureAdvisor.getFlippingContext(Flip ff, org.aopalliance.intercept.MethodInvocation mi)
    Retriveve FlippingExecutionContext from FF4J or as parameter.
    protected Object
    FeatureAdvisor.invokeAlterClazz(org.aopalliance.intercept.MethodInvocation mi, Flip ff)
    Invoke alter class.