ca.findClasses( pred ) ;
List<InheritedAttribute> isList = Algorithms.flatten( iaClasses,
new UnaryFunction<EvaluatedClassDeclaration,List<InheritedAttribute>>() {
public List<InheritedAttribute> evaluate( EvaluatedClassDeclaration cls ) {
final InheritedAttribute ia = getFirstAnnotationOnClass(cls,
InheritedAttribute.class);
final InheritedAttributes ias = getFirstAnnotationOnClass(cls,
InheritedAttributes.class);
if ((ia != null) && (ias != null)) {
throw Exceptions.self.badInheritedAttributeAnnotation(cls) ;