TransitionRes.smali 852 B

1234567891011121314151617181920212223
  1. .class public interface abstract annotation Landroid/support/annotation/TransitionRes;
  2. .super Ljava/lang/Object;
  3. .source "TransitionRes.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation runtime Ljava/lang/annotation/Documented;
  8. .end annotation
  9. .annotation runtime Ljava/lang/annotation/Retention;
  10. value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
  11. .end annotation
  12. .annotation runtime Ljava/lang/annotation/Target;
  13. value = {
  14. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
  15. .enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;,
  16. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;
  17. }
  18. .end annotation