public class AnnotatedMethod extends Annotated
Annotated.Type| Constructor and Description |
|---|
AnnotatedMethod(Class<? extends Annotation> annotation,
String className,
String method,
boolean isRuntime,
File file)
Creates a new AnnotatedMethod instance.
|
AnnotatedMethod(String annotation,
String className,
String method,
boolean isRuntime)
Creates a new AnnotatedMethod instance.
|
AnnotatedMethod(String annotation,
String className,
String method,
boolean isRuntime,
File file)
Creates a new AnnotatedMethod instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getMethod()
Returns the method that references the annotation.
|
Annotated.Type |
getType()
Return the class element type.
|
int |
hashCode() |
String |
toString() |
getAnnotation, getClassName, getFile, isClass, isField, isMethod, isRuntimepublic AnnotatedMethod(String annotation, String className, String method, boolean isRuntime)
public AnnotatedMethod(String annotation, String className, String method, boolean isRuntime, File file)
public AnnotatedMethod(Class<? extends Annotation> annotation, String className, String method, boolean isRuntime, File file)
public Annotated.Type getType()
public String getMethod()
Copyright © 2025 The Cornutum Project. All rights reserved.