@Inherited @Target(value=METHOD) @Retention(value=RUNTIME) public @interface Flip
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Feature UID to be used.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
alterBean
Set implementation beanName to be used.
|
Class<?> |
alterClazz
Set implementation clazz to be used.
|
String |
expression
If FlipStrategy has been provided
|
Class<?> |
strategy
Overriding Fliping Strategy.
|
public abstract String name
public abstract String expression
public abstract Class<?> strategy
public abstract Class<?> alterClazz
public abstract String alterBean
Copyright © 2013 Ff4J. All Rights Reserved.