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

8 lines
310 B
Java
Raw Normal View History

2022-03-02 20:59:20 +00:00
package org.mapstruct.ap.spi;
import javax.lang.model.type.TypeMirror;
2022-03-30 18:15:49 +00:00
/* loaded from: com.discord-120015.apk:secondaryLoading.SCL.lombok/org/mapstruct/ap/spi/AstModifyingAnnotationProcessor.SCL.lombok */
2022-03-02 20:59:20 +00:00
public interface AstModifyingAnnotationProcessor {
boolean isTypeComplete(TypeMirror typeMirror);
}