org.jetbrains.jet.lang.resolve.java.structure
Interface JavaAnnotationAsAnnotationArgument

All Superinterfaces:
JavaAnnotationArgument, JavaElement
All Known Implementing Classes:
JavaAnnotationAsAnnotationArgumentImpl

public interface JavaAnnotationAsAnnotationArgument
extends JavaAnnotationArgument


Method Summary
 JavaAnnotation getAnnotation()
           
 
Methods inherited from interface org.jetbrains.jet.lang.resolve.java.structure.JavaAnnotationArgument
getName
 

Method Detail

getAnnotation

@NotNull
JavaAnnotation getAnnotation()