class ClassAliasInfo
extends Object
-
Field Summary
Fields
private final @Nullable String
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
shortName
private final String shortName
-
pkg
@Nullable
private final @Nullable String pkg
-
fullName
@Nullable
private @Nullable String fullName
-
Constructor Details
-
ClassAliasInfo
ClassAliasInfo(@Nullable
@Nullable String pkg,
String shortName)
-
Method Details
-
getPkg
@Nullable
public @Nullable String getPkg()
-
-
getFullName
@Nullable
public @Nullable String getFullName()
-
setFullName
public void setFullName(@Nullable
@Nullable String fullName)
-