After a long time searching, I did not find a good reaction to the lack of understanding.
I want to understand these parameters in Eclipse (indigo) for Java. These parameters are:
- Prohibited link (access rules)
- Rejected links (access rules)
I understand the annotation process in compiling Java or Javadoc, but not the @forbidden or @discouraged tags.
Why does Eclipse know if a link is forbidden or forbidden?
Where are these access rules? Is the process a Java or Eclipse process?
IMPORTANT: I am not developing a plugin and I am not in Eclipse PDE.
Can you help me understand the logic of the process and theory for these options?
source share