Annotation Interface DottedClassName


@Documented @SlashedClassName(when=NEVER) @TypeQualifierNickname @Retention(RUNTIME) public @interface DottedClassName
Denotes a class name or package name where the . character is used to separate package/class name components. e.g. java.util.Collection, foo.Bar$Baz
Author:
pugh
See Also: