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