Class I18nFormatterVisitor

All Implemented Interfaces:
TreeVisitor<Void,Void>

public class I18nFormatterVisitor extends BaseTypeVisitor<I18nFormatterAnnotatedTypeFactory>
Whenever a method with I18nFormatFor annotation is invoked, it will perform the format string verification.
See the Checker Framework Manual:
Internationalization Format String Checker