org.jboss.beans.metadata.api.annotations
Annotation Type MCAnnotations


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface MCAnnotations

Possible IoC annotations.

Author:
Ales Justin

Optional Element Summary
 boolean ignore
          Should we ignore IoC annotations lookup.
 Class<? extends Annotation>[] value
          Possible annotation classes.
 

value

public abstract Class<? extends Annotation>[] value
Possible annotation classes.

Returns:
the possible annotation classes
Default:
{}

ignore

public abstract boolean ignore
Should we ignore IoC annotations lookup.

Returns:
true if we should ignore IoC annotations scan, false otherwise
Default:
false


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.