|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AnnotationLoader
| Field Summary | |
|---|---|
static AnnotationLoader |
UNSUPPORTED
|
| Method Summary | |
|---|---|
Annotations |
loadCallableAnnotations(ClassOrPackageFragmentDescriptor container,
ProtoBuf.Callable proto,
NameResolver nameResolver,
AnnotatedCallableKind kind)
|
Annotations |
loadClassAnnotations(ClassDescriptor descriptor,
ProtoBuf.Class classProto)
|
Annotations |
loadValueParameterAnnotations(ClassOrPackageFragmentDescriptor container,
ProtoBuf.Callable callable,
NameResolver nameResolver,
AnnotatedCallableKind kind,
ProtoBuf.Callable.ValueParameter proto)
|
| Field Detail |
|---|
static final AnnotationLoader UNSUPPORTED
| Method Detail |
|---|
@NotNull
Annotations loadClassAnnotations(@NotNull
ClassDescriptor descriptor,
@NotNull
ProtoBuf.Class classProto)
@NotNull
Annotations loadCallableAnnotations(@NotNull
ClassOrPackageFragmentDescriptor container,
@NotNull
ProtoBuf.Callable proto,
@NotNull
NameResolver nameResolver,
@NotNull
AnnotatedCallableKind kind)
@NotNull
Annotations loadValueParameterAnnotations(@NotNull
ClassOrPackageFragmentDescriptor container,
@NotNull
ProtoBuf.Callable callable,
@NotNull
NameResolver nameResolver,
@NotNull
AnnotatedCallableKind kind,
@NotNull
ProtoBuf.Callable.ValueParameter proto)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||