discord-jadx/app/src/main/java/org/mapstruct/ap/spi/AstModifyingAnnotationProce...

8 lines
310 B
Java

package org.mapstruct.ap.spi;
import javax.lang.model.type.TypeMirror;
/* loaded from: com.discord-120015.apk:secondaryLoading.SCL.lombok/org/mapstruct/ap/spi/AstModifyingAnnotationProcessor.SCL.lombok */
public interface AstModifyingAnnotationProcessor {
boolean isTypeComplete(TypeMirror typeMirror);
}