mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-04 14:13:24 +02:00
[180606] [api] Add javadoc to indicate that BasicClassFileParser and ClassFileUtil should not be subclassed.
This commit is contained in:
parent
f54336f8b0
commit
910cb15848
2 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (c) 2004, 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2004, 2007 IBM Corporation. All rights reserved.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* This program and the accompanying materials are made available under the terms
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* {Name} (company) - description of contribution.
|
* Kushal Munir (IBM) - Update javadoc for class.
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.services.clientserver.java;
|
package org.eclipse.rse.services.clientserver.java;
|
||||||
|
@ -41,7 +41,8 @@ import org.eclipse.rse.internal.services.clientserver.java.StringInfo;
|
||||||
import org.eclipse.rse.internal.services.clientserver.java.UTF8Info;
|
import org.eclipse.rse.internal.services.clientserver.java.UTF8Info;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is a basic class file parser that returns a package name from a class file.
|
* This is a basic class file parser that returns a package name from a class file. This class is not
|
||||||
|
* intended to be subclassed by clients.
|
||||||
*/
|
*/
|
||||||
public class BasicClassFileParser {
|
public class BasicClassFileParser {
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation. All rights reserved.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* This program and the accompanying materials are made available under the terms
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* {Name} (company) - description of contribution.
|
* Kushal Munir (IBM) - Update javadoc for class.
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.services.clientserver.java;
|
package org.eclipse.rse.services.clientserver.java;
|
||||||
|
@ -22,7 +22,8 @@ import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Singleton class for obtaining various information about class files.
|
* Singleton class for obtaining various information about class files. This class is not
|
||||||
|
* intended to be subclassed by clients.
|
||||||
*/
|
*/
|
||||||
public class ClassFileUtil {
|
public class ClassFileUtil {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue