Delegate
instead.@Target(value={FIELD,METHOD})
@Retention(value=SOURCE)
@Deprecated
public @interface Delegate
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?>[] |
excludes
Deprecated.
Each method in any of the types listed here (include supertypes) will not be delegated.
|
java.lang.Class<?>[] |
types
Deprecated.
Normally the type of the field is used as delegate type.
|
public abstract java.lang.Class<?>[] types
Object
, as well as canEqual(Object other)
will never be delegated.Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.