Class Annotation
- java.lang.Object
-
- de.skuzzle.enforcer.restrictimports.parser.Annotation
-
public final class Annotation extends Object
Represents additional findings that shall be reported for an encountered file.- Since:
- 2.2.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMessage()inthashCode()StringtoString()static AnnotationwithMessage(String message)
-
-
-
Method Detail
-
withMessage
public static Annotation withMessage(String message)
-
getMessage
public String getMessage()
-
-