@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface VirtualAccessMethods
Modifier and Type | Optional Element and Description |
---|---|
String |
get
(Optional) The name of the getter method to use for the virtual property
This method must take a single java.lang.String parameter and return a java.lang.Object.
|
String |
set
(Optional) The name of the setter method to use for the virtual property
This method must take a java.lang.String parameter and a java.lang.Object parameter.
|
public abstract String get
public abstract String set
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.