Class ImplementationValidator

All Implemented Interfaces:
javax.lang.model.element.ElementVisitor<Void,javax.lang.model.element.Element>

public class ImplementationValidator extends FoundOnImplementsValidator
Validator that checks usages of Implementation.
  • Field Details

    • METHODS_ALLOWED_TO_BE_PUBLIC

      public static final com.google.common.collect.ImmutableSet<String> METHODS_ALLOWED_TO_BE_PUBLIC
  • Constructor Details

  • Method Details