Package 

Annotation NoArg


  • @Target(allowedTargets = {AnnotationTarget.CLASS}) 
    public @interface NoArg
    
                        

    适用于Kotlin的noArg编译器插件的标准注解。 为被注解的类生成仅能通过反射调用的无参构造方法。 需要自行配置。

    Annotation that is used together with kotlin compiler plugin 'noArg'. Let the annotated classes generated an no-arg constructor that can be invoked by reflection. Should be configured manually.