Version: 25.04
Limitations
Code Libraries are designed to align with standard Java programming practices and are intended for functional use. In the initial release, a few language features are not yet supported:
- Declaring classes with the
finalkeyword - Defining multiple (non-inner) classes within a single Groovy script
- Using
importstatements with alias names - Declaring
abstractclasses
These limitations can typically be addressed through minor adjustments to coding conventions and could potentially be supported in future releases.