We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aa12be + af154d4 commit cfd3e73Copy full SHA for cfd3e73
src/main/java/org/scijava/plugin/Parameter.java
@@ -97,11 +97,7 @@
97
* the user nor included as an input or output parameter.</li>
98
* </ul>
99
*/
100
- // NB: We use the fully qualified name to work around a javac bug:
101
- // http://bugs.sun.com/view_bug.do?bug_id=6512707
102
- // See:
103
- // http://groups.google.com/group/project-lombok/browse_thread/thread/c5568eb659cab203
104
- ItemVisibility visibility() default org.scijava.ItemVisibility.NORMAL;
+ ItemVisibility visibility() default ItemVisibility.NORMAL;
105
106
/**
107
* Defines whether the parameter value should be filled programmatically, if
0 commit comments