| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||||
| DescriptorAnnotation |
|
| 0.0;0 |
| 1 | package org.trails.descriptor.annotation; |
|
| 2 | ||
| 3 | import java.lang.annotation.Retention; |
|
| 4 | import java.lang.annotation.RetentionPolicy; |
|
| 5 | ||
| 6 | @Retention(RetentionPolicy.RUNTIME) |
|
| 7 | public @interface DescriptorAnnotation |
|
| 8 | { |
|
| 9 | Class<? extends DescriptorAnnotationHandler> value(); |
|
| 10 | } |