@Documented @Target(value=METHOD) public @interface MethodRef
MethodRef.Type| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<?> |
defaultClass |
Class<? extends Annotation> |
parentClass |
char |
splitor
If using
MethodRef.Type.ALL, the attribute value will be split by splitor. |
MethodRef.Type |
type |
public abstract MethodRef.Type type
MethodRef.Typepublic abstract char splitor
MethodRef.Type.ALL, the attribute value will be split by splitor.MethodRef.Type.METHODpublic abstract Class<? extends Annotation> parentClass
MethodRef.Type.METHODpublic abstract Class<?> defaultClass
MethodRef.Type.METHODCopyright © 2017. All rights reserved.