6061626364656667686970
Function versionFunction = null; try { versionFunction = ExpressionLanguageParser.parse( versionCompatibilityTargetAnnotation.version() ); } catch( Exception e ) { Sapphire.service( LoggingService.class ).log( e ); }