core/com.nokia.carbide.cpp/src/com/nokia/carbide/cpp/ProductStartup.java
changeset 9 6ef327765a4e
parent 2 d760517a8095
child 127 c937102a5510
equal deleted inserted replaced
2:d760517a8095 9:6ef327765a4e
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
     1 package com.nokia.carbide.cpp;
    17 package com.nokia.carbide.cpp;
     2 
    18 
     3 import java.lang.reflect.InvocationHandler;
    19 import java.lang.reflect.InvocationHandler;
     4 import java.lang.reflect.Method;
    20 import java.lang.reflect.Method;
     5 import java.lang.reflect.Proxy;
    21 import java.lang.reflect.Proxy;