org.jetbrains.jet.lang.descriptors.annotations
Interface Annotated

All Known Subinterfaces:
CallableDescriptor, CallableMemberDescriptor, ClassDescriptor, ClassifierDescriptor, ClassOrNamespaceDescriptor, ConstructorDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithVisibility, FunctionDescriptor, JavaCallableMemberDescriptor, JavaClassDescriptor, JetType, MemberDescriptor, ModuleDescriptor, NamespaceDescriptor, NamespaceDescriptorParent, PropertyAccessorDescriptor, PropertyDescriptor, PropertyGetterDescriptor, PropertySetterDescriptor, ReceiverParameterDescriptor, SamAdapterDescriptor<D>, SimpleFunctionDescriptor, SynthesizedCallableMemberDescriptor<D>, TypeConstructor, TypeParameterDescriptor, ValueParameterDescriptor, VariableDescriptor
All Known Implementing Classes:
AbstractClassDescriptor, AbstractJetType, AbstractLazyTypeParameterDescriptor, AbstractNamespaceDescriptorImpl, AbstractReceiverParameterDescriptor, AccessorForFunctionDescriptor, AccessorForPropertyBackingFieldInOuterClass, AccessorForPropertyDescriptor, AccessorForPropertyDescriptor.Getter, AccessorForPropertyDescriptor.Setter, AnnotatedImpl, AnonymousFunctionDescriptor, ClassDescriptorBase, ClassDescriptorFromJvmBytecode, ClassDescriptorImpl, ConstructorDescriptorImpl, DeclarationDescriptorImpl, DeclarationDescriptorNonRootImpl, DeferredType, DeserializedClassDescriptor, DeserializedSimpleFunctionDescriptor, DeserializedTypeParameterDescriptor, DoubleValueTypeConstructor, EnumEntrySyntheticClassDescriptor, ErrorClassDescriptor, ErrorSimpleFunctionDescriptorImpl, ExpressionAsFunctionDescriptor, FunctionDescriptorImpl, IntegerValueTypeConstructor, IntersectionTypeConstructor, JavaEnumClassObjectDescriptor, JavaMethodDescriptor, JavaNamespaceDescriptor, JavaPropertyDescriptor, JetTypeImpl, LazyClassDescriptor, LazyClassReceiverParameterDescriptor, LazyPackageDescriptor, LazySubstitutingClassDescriptor, LazyTypeParameterDescriptor, LocalVariableDescriptor, ModuleDescriptorImpl, MutableClassDescriptor, MutableClassDescriptorLite, NamespaceDescriptorImpl, NamespaceType, NumberValueTypeConstructor, PropertyAccessorDescriptorImpl, PropertyDescriptorImpl, PropertyGetterDescriptorImpl, PropertySetterDescriptorImpl, ReceiverParameterDescriptorImpl, SamConstructorDescriptor, ScriptCodeDescriptor, ScriptDescriptor, SimpleFunctionDescriptorImpl, TypeConstructorImpl, TypeParameterDescriptorImpl, TypeUtils.SpecialType, ValueParameterDescriptorImpl, VariableDescriptorImpl

public interface Annotated


Method Summary
 java.util.List<AnnotationDescriptor> getAnnotations()
           
 

Method Detail

getAnnotations

@ReadOnly
@NotNull
java.util.List<AnnotationDescriptor> getAnnotations()