HalfFloat.smali 872 B

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