B C E I M P Q V 
All Classes All Packages

B

Beta - Annotation Type in com.yahoo.api.annotations
Signifies that the annotated Java type/method/constructor is under development and may still change before they stabilize.

C

com.yahoo.api.annotations - package com.yahoo.api.annotations
 
com.yahoo.component.annotation - package com.yahoo.component.annotation
 
com.yahoo.osgi.annotation - package com.yahoo.osgi.annotation
 

E

ExportPackage - Annotation Type in com.yahoo.osgi.annotation
For annotating packages that should be exported.

I

Inject - Annotation Type in com.yahoo.component.annotation
Use this annotation to specify which constructor should be used when constructing a component.

M

major() - Method in annotation type com.yahoo.osgi.annotation.Version
must be non-negative
micro() - Method in annotation type com.yahoo.osgi.annotation.Version
must be non-negative
minor() - Method in annotation type com.yahoo.osgi.annotation.Version
must be non-negative

P

PublicApi - Annotation Type in com.yahoo.api.annotations
For annotating packages that should be part of the public API.

Q

qualifier() - Method in annotation type com.yahoo.osgi.annotation.Version
must follow the format (alpha|digit|'_'|'-')+

V

version() - Method in annotation type com.yahoo.osgi.annotation.ExportPackage
 
Version - Annotation Type in com.yahoo.osgi.annotation
Version of an exported package The default version is 1.0.0
B C E I M P Q V 
All Classes All Packages