JavaScript is disabled on your browser.
Skip navigation links
Eclipse PDE
2023-12 (4.30)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.eclipse.pde.api.tools.annotations
Annotation Interface NoExtend
@Documented
@Target
(
TYPE
)
@Retention
(
SOURCE
)
public @interface
NoExtend
Classes and interfaces tagged with this annotation are declaring they are not to be extended by clients. If this annotation is used anywhere except classes or interfaces it will be ignored.
Since:
1.0