public static @interface CustomShadowVariable.Source
Modifier and Type | Required Element and Description |
---|---|
String |
variableName
A source variable that causes the shadow variable to change.
|
Modifier and Type | Optional Element and Description |
---|---|
Class<?> |
entityClass
Specified if the source variable is on a different
Class than the shadow variable. |
public abstract String variableName
public abstract Class<?> entityClass
Class
than the shadow variable.CustomShadowVariable.Source.NullEntityClass
when it is null (workaround for annotation limitation).
Defaults to the same Class
as the one that contains the CustomShadowVariable
annotation.Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.