@Registrable

Target: Class annotated with @ProviderDefinition, @ApplicationDefinition or @ServiceDefinition.

Description: Marks the element as registrable.

JavaDoc: Click here

Attributes:

Name Description Data type Required Default value
defaultRegisterName Registration key for default access to registered services. String No None

Example:

@Registable("myRegistrationKey")
@ApplicationDefinition("theAppID", provider="aProvider", name="This an example of an application")
public class anApplication {
 ... 
}

See also:

Back to annotation reference