package com.facebook.internal.instrument.crashshield; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.CLASS) /* loaded from: classes2.dex */ public @interface AutoHandleExceptions { }