org.sonar.check
Class AnnotationIntrospector

java.lang.Object
  extended by org.sonar.check.AnnotationIntrospector

Deprecated. since 2.3

@Deprecated
public final class AnnotationIntrospector
extends Object

Since:
2.1 (experimental)

Method Summary
static Check getCheckAnnotation(Class annotatedClass)
          Deprecated.  
static String getCheckKey(Class annotatedClass)
          Deprecated.  
static String getPropertyFieldKey(Field field)
          Deprecated.  
static List<Field> getPropertyFields(Class annotatedClass)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCheckKey

public static String getCheckKey(Class annotatedClass)
Deprecated. 

getCheckAnnotation

public static Check getCheckAnnotation(Class annotatedClass)
Deprecated. 

getPropertyFields

public static List<Field> getPropertyFields(Class annotatedClass)
Deprecated. 

getPropertyFieldKey

public static String getPropertyFieldKey(Field field)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.