Russell Butek wrote: > > I can understand how deployment descriptors would work, but I don't see how > reflection could solve our problem. Could you elaborate?
Both would require invention and conventions. Example: define a subclass for each holder which is intended to be used for input only arguments. Or define static methods (e.g. getParameterMode analogous to the existing getParameterName) which can be used to determine the parameter mode. - Sam Ruby