org.jetbrains.jet.lang.descriptors.annotations
Class AnnotatedImpl

java.lang.Object
  extended by org.jetbrains.jet.lang.descriptors.annotations.AnnotatedImpl
All Implemented Interfaces:
Annotated
Direct Known Subclasses:
DeclarationDescriptorImpl, IntersectionTypeConstructor, JetTypeImpl, TypeConstructorImpl

public abstract class AnnotatedImpl
extends java.lang.Object
implements Annotated


Constructor Summary
AnnotatedImpl(java.util.List<AnnotationDescriptor> annotations)
           
 
Method Summary
 java.util.List<AnnotationDescriptor> getAnnotations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedImpl

public AnnotatedImpl(java.util.List<AnnotationDescriptor> annotations)
Method Detail

getAnnotations

public java.util.List<AnnotationDescriptor> getAnnotations()
Specified by:
getAnnotations in interface Annotated