404142434445464748495051525354
if( factAnnotation != null ) { facts( facts, factAnnotation ); } final Facts factsAnnotation = property.getAnnotation( Facts.class ); if( factsAnnotation != null ) { for( Fact a : factsAnnotation.value() ) { facts( facts, a ); } } }