|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annotations | |
---|---|
com.fasterxml.classmate | Package that contains main public interface of ClassMate package. |
com.fasterxml.classmate.members | Package that contains implementations of various member types (methods, fields, constructors) |
Uses of Annotations in com.fasterxml.classmate |
---|
Methods in com.fasterxml.classmate with parameters of type Annotations | |
---|---|
void |
Annotations.addAll(Annotations overrides)
Method for adding all annotations from specified set, as overrides to annotations this set has |
Uses of Annotations in com.fasterxml.classmate.members |
---|
Fields in com.fasterxml.classmate.members declared as Annotations | |
---|---|
protected Annotations |
ResolvedMember._annotations
|
Methods in com.fasterxml.classmate.members with parameters of type Annotations | |
---|---|
void |
ResolvedMember.applyOverrides(Annotations overrides)
|
Constructors in com.fasterxml.classmate.members with parameters of type Annotations | |
---|---|
ResolvedConstructor(ResolvedType context,
Annotations ann,
Constructor<?> constructor,
ResolvedType[] argumentTypes)
|
|
ResolvedField(ResolvedType context,
Annotations ann,
Field field,
ResolvedType type)
|
|
ResolvedMember(ResolvedType context,
Annotations ann)
|
|
ResolvedMethod(ResolvedType context,
Annotations ann,
Method method,
ResolvedType returnType,
ResolvedType[] argumentTypes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |