jet.runtime.typeinfo
Annotation Type JetConstructor


public @interface JetConstructor

Author:
Stepan Koltsov

Optional Element Summary
 int flags
          See JvmStdlibNames
 boolean hidden
          Deprecated. Some time later all constructors will be visible
 

hidden

public abstract boolean hidden
Deprecated. Some time later all constructors will be visible

Default:
false

flags

public abstract int flags
See JvmStdlibNames

Returns:
flags for method
Default:
0


Copyright © 2012. All Rights Reserved.