Plugin Design - Use of JDT internal packages scudobuio - Apr 24, 2008 - 06:36 PM Post subject: Use of JDT internal packages
Is the use of types in org.eclipse.jdt.internal and subpackages discouraged? Using these types would avoid my having to re-invent several wheels.
I haven't found any information that explicitly says using these types is discouraged, though the package name "internal" raises a flag, as does the absence of their API documentation on the Eclipse helpsite.