@Retention(value=CLASS) @Target(value={ANNOTATION_TYPE,TYPE}) public @interface BundleDevelopers
A deve
This annotation can be used directly on a type or it can 'color' an annotation. This coloring allows custom annotations that define a specific developer. For example:
Modifier and Type | Required Element and Description |
---|---|
String |
value
The email address of the developer.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
name
The display name of the developer.
|
String |
organization
The name of the organization where the developer works for.
|
String |
organizationUrl
The url of the organization where the developer works for.
|
String[] |
roles
The roles this developer plays in the development.
|
int |
timezone
Time offset in hours from UTC without Daylight savings
|
public abstract String value
public abstract String[] roles
public abstract String organization
public abstract String organizationUrl
Copyright © 2015 aQute SARL. All rights reserved.