@Retention(value=RUNTIME) @Target(value=METHOD) public @interface DeclareMixin
Attached to a factory method, this annotation indicates that any types matching the pattern specified in the annotation value will have new methods mixed in. The methods will be selected based on a combination of the return type of the factory method, possibly sub-setted by any list of interfaces specified in the interfaces annotation value.
| Modifier and Type | Required Element and Description |
|---|---|
String |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
Class[] |
interfaces |
public abstract String value
public abstract Class[] interfaces
Copyright © 2019. All rights reserved.