UdhayaBalaji / androidannotations

Automatically exported from code.google.com/p/androidannotations
0 stars 0 forks source link

Override callbacks with the same visibility when abstract #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We currently override the methods of an activity with public visibility.

When enhancing an abstract activity, this forces the subclasses to adopt the 
same visibility, although they might normally not want to do this.

We could let the abstract enhanced activities mirror the visibility of their 
parents.

However, we still want public visibility for normal enhanced activities, 
because it helps for testing.

Original issue reported on code.google.com by py.ricau on 27 Nov 2011 at 7:28

GoogleCodeExporter commented 8 years ago

Original comment by py.ricau on 7 Dec 2011 at 10:20

GoogleCodeExporter commented 8 years ago
This issue was closed by revision f22638ee2b9a.

Original comment by py.ricau on 7 Dec 2011 at 10:28