application/jv_vdb_application.st
changeset 37 f417fe8685c5
parent 19 b28377075a9c
child 40 d766d4c854a2
--- a/application/jv_vdb_application.st	Fri Feb 27 13:39:32 2015 +0100
+++ b/application/jv_vdb_application.st	Fri Feb 27 16:50:43 2015 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'jv:vdb/application' }"
 
+"{ NameSpace: Smalltalk }"
+
 ApplicationDefinition subclass:#jv_vdb_application
 	instanceVariableNames:''
 	classVariableNames:''
@@ -71,7 +73,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."