Package 

Annotation AllOpen

  • All Implemented Interfaces:

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

    适用于Kotlin的allOpen编译器插件的标准注解。 让被注解的类及其属性和方法默认是开放的。 需要自行配置。

    Annotation that is used together with kotlin compiler plugin allOpen. Let the annotated classes and it's properties and methods be open by default. 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