org.jetbrains.kotlin.psi
Interface JetAnnotated

All Known Subinterfaces:
JetCallableDeclaration, JetDeclaration, JetDeclarationWithBody, JetFunction, JetModifierListOwner, JetNamedDeclaration, JetTypeParameterListOwner, JetVariableDeclaration
All Known Implementing Classes:
JetAnnotatedExpression, JetClassInitializer, JetFile, JetFunctionLiteral, JetFunctionNotStubbed, JetModifierListOwnerStub, JetMultiDeclaration, JetMultiDeclarationEntry, JetNamedFunction, JetPackageDirective, JetParameter, JetProperty, JetPropertyAccessor, JetScript, JetTypedef, JetTypeParameter, JetTypeParameterListOwnerStub, JetTypeProjection, JetTypeReference

public interface JetAnnotated


Method Summary
 java.util.List<JetAnnotationEntry> getAnnotationEntries()
           
 java.util.List<JetAnnotation> getAnnotations()
           
 

Method Detail

getAnnotations

@NotNull
java.util.List<JetAnnotation> getAnnotations()

getAnnotationEntries

@NotNull
java.util.List<JetAnnotationEntry> getAnnotationEntries()