Class KotlinCommonFlags

  • All Implemented Interfaces:
    KotlinFlags

    public final class KotlinCommonFlags
    extends java.lang.Object
    implements KotlinFlags
    Common flags.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean hasAnnotations
      Valid for: class, constructor, function, synthetic function, property, property accessor, typeAlias, type, type parameter, value parameter
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • hasAnnotations

        public boolean hasAnnotations
        Valid for: class, constructor, function, synthetic function, property, property accessor, typeAlias, type, type parameter, value parameter
    • Constructor Detail

      • KotlinCommonFlags

        public KotlinCommonFlags()