@Target(value=TYPE) @Retention(value=RUNTIME) public @interface CasDataSource
DataSource
.Modifier and Type | Optional Element and Description |
---|---|
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.
|
public abstract String id
public abstract String displayName
public abstract String description
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.