Skip to content
stephanenicolas edited this page Oct 4, 2013 · 4 revisions

Frequently asked questions

What about final fields ?

Final fields of a class A have no setter in BoundBoxOfA.

What about final methods ?

What about instance or static initializers ?

As it's not possible via reflection to invoke them, BoundBox does not provide any support for this. For more information, please refer to issue #13.