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: 289a5ce048e1f99d4a66115109e2d8ca749e5307 $



Copyright © 2004-2013 XWiki. All Rights Reserved.