[GRADLEREV-25] @Incubating should not be @Inherited Created: 24/Jul/13 Updated: 26/Jul/13 Resolved: 26/Jul/13 |
|
| Status: | Resolved |
| Project: | Gradle Code Review Tasks |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Adam Murdoch | Assignee: | Luke Daley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Not sure about this change. Is a type that is otherwise stable, but which implements an @Incubating interface, then an incubating type? For example, say we're extracting an new API from an existing stable hierarchy. The existing classes aren't really incubating - only the new methods they pick up from the new API are incubating, at least in the sense that they are the only things that we intend to change. |
| Comments |
| Comment by Adam Murdoch [ 24/Jul/13 ] |
|
Need to do this before 1.7 release |