See: Description
Annotation Type | Description |
---|---|
NoExtend |
Classes and interfaces tagged with this annotation are declaring they are not
to be extended by clients.
|
NoImplement |
Interfaces tagged with this annotation are declaring they are not to be
implemented by clients.
|
NoInstantiate |
Classes tagged with this annotation are declaring they are not to be
instantiated by clients.
|
NoOverride |
Methods tagged with this annotation are declaring they are not to be
overridden by clients.
|
NoReference |
Classes, interfaces, annotations, enums, methods and fields tagged with this
annotation are declaring they are not to be referenced at all by clients.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.