The idea is to allow adding @opt include otherpackage.ImportantInterface to a package-info.java for better package views. I'm not sure if this will also be useful for other views.
Apparently, @opt didn't work in package-info.java (for package views) at all. Now it does; so you can also use this to hide elements there.
The idea is to allow adding
@opt include otherpackage.ImportantInterface
to apackage-info.java
for better package views. I'm not sure if this will also be useful for other views.Apparently,
@opt
didn't work in package-info.java (for package views) at all. Now it does; so you can also use this to hide elements there.