constructors property

  1. @Deprecated(elementModelDeprecationMsg)
List<ConstructorElement> get constructors

The declared constructors.

The list is empty for MixinElement.

Implementation

@Deprecated(elementModelDeprecationMsg)
List<ConstructorElement> get constructors;