Loading... (original) (raw)
From Valhalla EG meeting Sept 27 - and Sept 13 minutes:
2. Lazy loading - what should reflection do?
Request from last meeting to lazily load the nest top so as to not break current nested class examples that work today (e.g. someone deletes the outer class)
Proposal:
get list of Nestmates: model on getAnnotations - if you can’t find a nest member, skip it, do not throw an exception
[ed. note: what if you can not find the nest top?]
check if two types are nestmates: throw LinkageError if nest top can not be found