org.jetbrains.kotlin.descriptors.annotations
Interface Annotated

All Known Subinterfaces:
CallableDescriptor, CallableMemberDescriptor, ClassDescriptor, ClassDescriptorWithResolutionScopes, ClassifierDescriptor, ClassOrPackageFragmentDescriptor, ConstructorDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, DeclarationDescriptorWithVisibility, FunctionDescriptor, JavaCallableMemberDescriptor, JavaClassDescriptor, KotlinType, LazyType, MemberDescriptor, ParameterDescriptor, PropertyAccessorDescriptor, PropertyDescriptor, PropertyGetterDescriptor, PropertySetterDescriptor, ReceiverParameterDescriptor, SamAdapterDescriptor<D>, ScriptDescriptor, SimpleFunctionDescriptor, TypeConstructor, TypeParameterDescriptor, VariableDescriptor
All Known Implementing Classes:
AbstractClassDescriptor, AbstractClassTypeConstructor, AbstractKotlinType, AbstractLazyTypeParameterDescriptor, AbstractReceiverParameterDescriptor, AbstractTypeParameterDescriptor, AccessorForPropertyDescriptor, AccessorForPropertyDescriptor.Getter, AccessorForPropertyDescriptor.Setter, AnnotatedImpl, AnonymousFunctionDescriptor, ClassDescriptorBase, ClassDescriptorImpl, ConstructorDescriptorImpl, DeclarationDescriptorImpl, DeclarationDescriptorNonRootImpl, DeferredType, DelegatingType, EnumEntrySyntheticClassDescriptor, ErrorSimpleFunctionDescriptorImpl, ErrorUtils.UninferredParameterTypeConstructor, FunctionDescriptorImpl, FunctionExpressionDescriptor, IntersectionTypeConstructor, JavaConstructorDescriptor, JavaMethodDescriptor, JavaPropertyDescriptor, LazyClassDescriptor, LazyClassReceiverParameterDescriptor, LazySubstitutingClassDescriptor, LazyTypeParameterDescriptor, LocalVariableDescriptor, MutableClassDescriptor, PropertyAccessorDescriptorImpl, PropertyDescriptorImpl, PropertyGetterDescriptorImpl, PropertySetterDescriptorImpl, ReceiverParameterDescriptorImpl, SimpleFunctionDescriptorImpl, TypeConstructorImpl, TypeParameterDescriptorImpl, TypeUtils.SpecialType, VariableDescriptorImpl, VariableDescriptorWithInitializerImpl

public interface Annotated


Method Summary
 Annotations getAnnotations()
           
 

Method Detail

getAnnotations

@NotNull
Annotations getAnnotations()