EnumValueReflectionInformation.hx 245 B

12345678
  1. package jvm.annotation;
  2. @:annotation
  3. @:native("haxe.jvm.annotation.EnumValueReflectionInformation")
  4. @:keep
  5. interface EnumValueReflectionInformation extends java.lang.annotation.Annotation {
  6. function argumentNames():java.NativeArray<String>;
  7. }