package javax.inject; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /* JADX WARN: Method from annotation default annotation not found: value */ @Qualifier @Documented @Retention(RetentionPolicy.RUNTIME) /* loaded from: classes5.dex */ public @interface Named { }