Skip to main content

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 final keyword
  • Defining multiple (non-inner) classes within a single Groovy script
  • Using import statements with alias names
  • Declaring abstract classes

These limitations can typically be addressed through minor adjustments to coding conventions and could potentially be supported in future releases.