@Target(value=TYPE) @Retention(value=SOURCE) @Documented public @interface RegistrationPoint
Register
annotation.
Commonly this an interface extending Component
and defining a contract.
At runtime implementation(s) will be retrieved according to ComponentFactory
settings.Modifier and Type | Optional Element and Description |
---|---|
boolean |
exclusive
Exclusive.
|
public abstract boolean exclusive
Copyright © 2011–2016 JRebirth OSS. All rights reserved.