Package 

Annotation NoArg

  • All Implemented Interfaces:

    @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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail