implementsTypes property

Iterable<HTType> implementsTypes
final

Implemented classes of this class. Implements only inherits methods declaration, and the child must re-define all implements methods, and the re-definition must be of the same function signature.

Implementation

final Iterable<HTType> implementsTypes;