| 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 */  | 
 | 
 | 
 | 
package jdk.jfr;  | 
 | 
 | 
 | 
import java.lang.annotation.ElementType;  | 
 | 
import java.lang.annotation.Retention;  | 
 | 
import java.lang.annotation.RetentionPolicy;  | 
 | 
import java.lang.annotation.Target;  | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 */  | 
 | 
@MetadataDefinition  | 
 | 
@ContentType  | 
 | 
@Label("Percentage") | 
 | 
@Description("Percentage, represented as a number between 0 and 1") | 
 | 
@Retention(RetentionPolicy.RUNTIME)  | 
 | 
@Target({ ElementType.FIELD, ElementType.TYPE, ElementType.METHOD}) | 
 | 
public @interface Percentage { | 
 | 
}  |