@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Persister
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?> |
impl
The custom persister class.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.