Re: Implementation dependency
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4hgQFtpC4Z-b4U8p9dkK4qopjEwSUcW11WEQ7vF2ZpZ+Q@mail.gmail.com> |
Are you sure that you need access to J2SEProject? What are you trying to do with this non-public API? With kind regards, markiewb 2016-09-18 19:53 GMT+02:00 Pennywise <[email protected]>: > Hello! > > In my plugin I need to use J2SEProject class that is located in private > package of org.netbeans.modules.java.j2seproject module. The only > solution that I've found at the moment is to use implementation dependency. > But AFAIK this means that I won't be able to publish my plugin on the > Plugin Portal Update Center. > > So, maybe there is another way to solve my problem? > > Best regards, > Alexander > > > > >