Sapphire.service( LoggingService.class ).log( e );
}
}
else
{
final Since sinceAnnotation = property.getAnnotation( Since.class );
try
{
function = ExpressionLanguageParser.parse( sinceAnnotation.value() );
}
catch( Exception e )
{
Sapphire.service( LoggingService.class ).log( e );
}