org.xwiki.component.annotation
Annotation Type ComponentRole


Deprecated. since 4.0M1 use Role instead

@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Deprecated
public @interface ComponentRole

Marks a class as defining a component role.

The difference with Role is that Role is taking in to account the generic parameters while ComponentRole does not.

Since:
1.8.1
Version:
$Id$



Copyright © 2004-2012 XWiki. All Rights Reserved.