com.endeca.cas.extension.annotation
Annotation Type CasDataSource


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CasDataSource

Indicates that a class is a CAS data source extension. This can only be used on subclasses of DataSource.


Optional Element Summary
 String description
          The description of the data source shown in CAS Console.
 String displayName
          The display name of the data source shown in CAS Console.
 String id
          The id of the data source extension.
 

id

public abstract String id
The id of the data source extension. This id must be unique across all CAS extensions. If not specified, the id will be the fully qualified class name of the data source.

Default:
""

displayName

public abstract String displayName
The display name of the data source shown in CAS Console.

Default:
""

description

public abstract String description
The description of the data source shown in CAS Console.

Default:
""


Copyright © 2011 Endeca. All Rights Reserved.