KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > sape > carbon > core > component > test > CircularReferenceTestComponentConfiguration


1 /* Generated by Together */
2
3 /*n * The contents of this file are subject to the Sapient Public License * Version 1.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * http://carbon.sf.net/License.html. * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for * the specific language governing rights and limitations under the License. * * The Original Code is The Carbon Component Framework. * * The Initial Developer of the Original Code is Sapient Corporation * * Copyright (C) 2003 Sapient Corporation. All Rights Reserved. */ /*
4  * The contents of this file are subject to the Sapient Public License
5  * Version 1.0 (the "License"); you may not use this file except in compliance
6  * with the License. You may obtain a copy of the License at
7  * http://carbon.sf.net/License.html.
8  *
9  * Software distributed under the License is distributed on an "AS IS" basis,
10  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
11  * the specific language governing rights and limitations under the License.
12  *
13  * The Original Code is The Carbon Component Framework.
14  *
15  * The Initial Developer of the Original Code is Sapient Corporation
16  *
17  * Copyright (C) 2003 Sapient Corporation. All Rights Reserved.
18  */

19
20 package org.sape.carbon.core.component.test;
21
22 import org.sape.carbon.core.component.ComponentConfiguration;
23 public interface CircularReferenceTestComponentConfiguration extends ComponentConfiguration {
24     CircularReferenceTestComponent getDependency();
25
26     /** @link dependency */
27     /*#CircularReferenceTestComponent lnkCircularReferenceTestComponent;*/
28 }
29
Popular Tags