Uses of Class
de.skuzzle.enforcer.restrictimports.parser.Annotation
-
Packages that use Annotation Package Description de.skuzzle.enforcer.restrictimports.parser -
-
Uses of Annotation in de.skuzzle.enforcer.restrictimports.parser
Methods in de.skuzzle.enforcer.restrictimports.parser that return Annotation Modifier and Type Method Description static AnnotationAnnotation. withMessage(String message)Methods in de.skuzzle.enforcer.restrictimports.parser that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>ParsedFile. getAnnotations()A list of findings in this file apart from banned imports.Methods in de.skuzzle.enforcer.restrictimports.parser with parameters of type Annotation Modifier and Type Method Description ParsedFileParsedFile. andAddAnnotation(Annotation... furtherAnnotations)Returns a newParsedFilewith identical information as this one but merging this file's annotations with the provided annotations.static ParsedFileParsedFile. failedToParse(Path path, Annotation... annotations)Creates aParsedFilefor the situation where the file could not be parsed at all (technical problem occurred while parsing).
-