EnumReflectionInformation.hx 238 B

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