org.jetbrains.jet.lang.resolve.java.kt
Class JetTypeParameterAnnotation

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWrapper
      extended by org.jetbrains.jet.lang.resolve.java.kt.JetTypeParameterAnnotation

public class JetTypeParameterAnnotation
extends PsiAnnotationWrapper


Method Summary
static JetTypeParameterAnnotation get(com.intellij.psi.PsiParameter psiParameter)
           
protected  void initialize()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWrapper
checkInitialized, getBooleanAttribute, getIntAttribute, getStringAttribute, isDefined
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initialize

protected void initialize()
Specified by:
initialize in class PsiAnnotationWrapper

get

@NotNull
public static JetTypeParameterAnnotation get(@NotNull
                                                     com.intellij.psi.PsiParameter psiParameter)