public final class Exports
extends java.lang.Object
Export
annotations.Modifier and Type | Method and Description |
---|---|
static Export |
named(java.lang.Class<?> clazz)
Create an annotation to export based on a cannonical class name.
|
static Export |
named(java.lang.String value)
Create an annotation to export under a specific name.
|