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

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

public interface Annotated


Method Summary
 Annotations getAnnotations()
           
 

Method Detail

getAnnotations

@NotNull
Annotations getAnnotations()