org.jetbrains.kotlin.psi
Interface KtAnnotated

All Known Subinterfaces:
KtCallableDeclaration, KtDeclaration, KtDeclarationWithBody, KtFunction, KtModifierListOwner, KtNamedDeclaration, KtTypeParameterListOwner, KtVariableDeclaration
All Known Implementing Classes:
KtAnnotatedExpression, KtDeclarationImpl, KtDeclarationStub, KtDestructuringDeclaration, KtDestructuringDeclarationEntry, KtFile, KtFunctionLiteral, KtFunctionNotStubbed, KtModifierListOwnerStub, KtNamedFunction, KtPackageDirective, KtParameter, KtProperty, KtPropertyAccessor, KtScript, KtTypeParameter, KtTypeParameterListOwnerStub, KtTypeProjection

public interface KtAnnotated


Method Summary
 java.util.List<KtAnnotationEntry> getAnnotationEntries()
           
 java.util.List<KtAnnotation> getAnnotations()
           
 

Method Detail

getAnnotations

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

getAnnotationEntries

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