islands/stx_goodies_petitparser_islands.st
changeset 460 87a3d30ab570
parent 454 a9cd5ea7cc36
parent 459 4751c407bb40
child 505 19d830b74322
--- a/islands/stx_goodies_petitparser_islands.st	Mon May 11 18:31:26 2015 +0100
+++ b/islands/stx_goodies_petitparser_islands.st	Tue May 12 01:33:33 2015 +0100
@@ -75,7 +75,10 @@
 referencedPreRequisites
     "list packages which are a prerequisite, because they contain
      classes which are referenced by my classes.
-     We do not need these packages as a prerequisite for loading or compiling.
+     We do not need these packages as a prerequisite for compiling or loading,
+     however, a class from it may be referenced during execution and having it
+     unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
+     includes explicit checks for the package being present.
      This method is generated automatically,
      by searching all classes (and their packages) which are referenced by my classes."