public class LombokInternalAliasing
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
ALIASES |
static java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
IMPLIED_EXTRA_STAR_IMPORTS
Maps a package name to a space separated list of packages.
|
Constructor and Description |
---|
LombokInternalAliasing() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
processAliases(java.lang.String in)
Provide a fully qualified name (FQN), and the canonical version of this is returned.
|
public static final java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> IMPLIED_EXTRA_STAR_IMPORTS
public static final java.util.Map<java.lang.String,java.lang.String> ALIASES
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.