org.jetbrains.kotlin.descriptors.annotations
Class AnnotatedImpl

java.lang.Object
  extended by org.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl
Direct Known Subclasses:
DeclarationDescriptorImpl

public abstract class AnnotatedImpl
extends java.lang.Object


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()