Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Class visible outside of plugin in workspace(Annotation usable inside workspace from plugin)
Class visible outside of plugin in workspace [message #660533] Fri, 18 March 2011 18:11 Go to next message
Eclipse UserFriend
Hello, i created custom annotation in my plugin project, which i use for controlling plugin interaction with workspace project source code. Problem is this Annotation isnt visible in workspace when plugin is installed, is there any way to make this class visible and usable in workspace? thanks for reply.
Re: Class visible outside of plugin in workspace [message #661875 is a reply to message #660533] Mon, 28 March 2011 07:16 Go to previous message
Eclipse UserFriend
You want to do annotations processing, or you want to simply use the
annotation at runtime in your code?

Annotation processing is done by APT, part of JDT (see
http://help.eclipse.org/ > Java Developer User Guide).

Regardless, I believe the annotation has to be in your plugin classpath
for you to see it in the workspace, no?

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm
Previous Topic:Creating the Dependent plugins
Next Topic:Trouble installing CDT plugin
Goto Forum:
  


Current Time: Mon Jul 07 19:37:41 EDT 2025

Powered by FUDForum. Page generated in 0.02641 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top