public abstract @interface

Typed

implements Annotation
org.eclipse.sisu.Typed

Class Overview

Restricts the visible types of a bean:

 @Named
 @Typed( Widget.class, Service.class )
 public class PrinterWidget
     extends AbstractWidget
     implements Service
 {
     //
 }
 

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation