164165166167168169
/** * Starting point of the fluent interface for invoking constructors via reflection. * @return the starting point of the method chain. */ public static TargetType constructor() { return new TargetType(); }
263264265266267268269
* </pre> * * @return the starting point of the method chain. */ public static @Nonnull TargetType constructor() { return new TargetType(); }