Examples of InnerClassName


Examples of org.fest.reflect.innerclass.InnerClassName

   * @throws NullPointerException     if the given name is {@code null}.
   * @throws IllegalArgumentException if the given name is empty.
   * @since 2.0
   */
  public static @Nonnull InnerClassName innerClass(@Nonnull String name) {
    return new InnerClassName(name);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.