Re: XInfo vs Spice metadata
peter-4lf8KW9E9MLMqX/[email protected]
| Newsgroups | gmane.comp.java.jcontainer.interest |
|---|---|
| Message-ID | <028701c39cfb$209de950$21e7809d@fisg2> |
Hi, From: "Ryan Hoegg" <[email protected]> > I have already extracted the BlockInfoReader interface and will attempt > a serial try/fail metadata reader approach soon (proyal's idea) What I would like to see is a generic MetaClassAccessor that delegates to a series of MetaClassAccessors and attempts the try/fail approach for each in turn, only throwing an exception at the very end. That way we could include it in MetaClass and I could use it in another project I am working on ;)