ADD week 5
This commit is contained in:
		
							
								
								
									
										15
									
								
								02-Easy5/E5/sources/androidx/lifecycle/OnLifecycleEvent.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								02-Easy5/E5/sources/androidx/lifecycle/OnLifecycleEvent.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| package androidx.lifecycle; | ||||
|  | ||||
| import androidx.lifecycle.Lifecycle; | ||||
| import java.lang.annotation.ElementType; | ||||
| import java.lang.annotation.Retention; | ||||
| import java.lang.annotation.RetentionPolicy; | ||||
| import java.lang.annotation.Target; | ||||
|  | ||||
| @Target({ElementType.METHOD}) | ||||
| @Retention(RetentionPolicy.RUNTIME) | ||||
| @Deprecated | ||||
| /* loaded from: classes.dex */ | ||||
| public @interface OnLifecycleEvent { | ||||
|     Lifecycle.Event value(); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user