Interface AnnotatedMethod<X>

Type Parameters:
X - the declaring type
All Superinterfaces:
Annotated, AnnotatedCallable<X>, AnnotatedMember<X>

public interface AnnotatedMethod<X> extends AnnotatedCallable<X>

Represents a method of a Java type.

See Also: