deprecate @JetConstructor.hidden
and add missing hidden field
This commit is contained in:
@@ -4,4 +4,8 @@ package jet.runtime.typeinfo;
|
||||
* @author Stepan Koltsov
|
||||
*/
|
||||
public @interface JetConstructor {
|
||||
/**
|
||||
* @deprecated Some time later all constructors will be visible
|
||||
*/
|
||||
boolean hidden() default false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user