public static interface AbstractAnnotationProcessor.CheckedConsumer<T>
void
accept(T t)
void accept(T t) throws Throwable
Throwable