org.jetbrains.kotlin.resolve.diagnostics
Interface DiagnosticsWithSuppression.SuppressStringProvider

Enclosing class:
DiagnosticsWithSuppression

public static interface DiagnosticsWithSuppression.SuppressStringProvider


Field Summary
static com.intellij.openapi.extensions.ExtensionPointName<DiagnosticsWithSuppression.SuppressStringProvider> EP_NAME
           
 
Method Summary
 java.util.List<java.lang.String> get(AnnotationDescriptor annotationDescriptor)
           
 

Field Detail

EP_NAME

static final com.intellij.openapi.extensions.ExtensionPointName<DiagnosticsWithSuppression.SuppressStringProvider> EP_NAME
Method Detail

get

@NotNull
java.util.List<java.lang.String> get(@NotNull
                                             AnnotationDescriptor annotationDescriptor)