@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Tuplizer
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class |
impl
Tuplizer implementation.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
entityMode
Deprecated.
should use #entityModeType instead
|
EntityMode |
entityModeType
The entity mode.
|
@Deprecated public abstract java.lang.String entityMode
public abstract EntityMode entityModeType
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.