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, TypeConstructorImpl

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


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

Constructor Detail

AnnotatedImpl

public AnnotatedImpl(@NotNull
                     Annotations annotations)
Method Detail

getAnnotations

@NotNull
public Annotations getAnnotations()
Specified by:
getAnnotations in interface Annotated