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

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

public interface JavaLiteralAnnotationArgument
extends JavaAnnotationArgument


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

Method Detail

getValue

@Nullable
java.lang.Object getValue()