public abstract @interface

Hidden

implements Annotation
org.eclipse.sisu.Hidden

Class Overview

Hides a bean from being located or watched:

 @Named
 @Hidden
 public class InternalComponent
 {
     //
 }
 

See Also

Summary

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