|
I've reread the spec and it seems the current implementation is correct, although a clarification would be useful. First, a static observer method is not tied to a bean instance but to a bean class. And so it's not a subject of specialization. In other words, it's not inherited but it's still active and will recieve notifications. As to the private observer method - I'm not sure about this, maybe it's inherited because it can be part of a bean instance initialization, similarly as a private initializer method? In any case, I will create some spec clarification issues.
|