9596979899100101102103104105
Function versionedFunction = null; try { versionedFunction = ExpressionLanguageParser.parse( versionCompatibilityTargetAnnotation.versioned() ); } catch( Exception e ) { Sapphire.service( LoggingService.class ).log( e ); }