@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Getter
Getter for reading the property.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends PropertyGetter<?,?>> |
value |
public abstract Class<? extends PropertyGetter<?,?>> value
Copyright © 2012 Harald Pehl. All Rights Reserved.