- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {DateTime d =
new DateTime()
DateTimeFormatter formatter;String text;formatter.parseDateTime(text)
Object instant;new DateTime(instant)
- Smart code suggestions by Codota
}
@Override protected DeclaredTypeName getDefaultModelSuperclass() { if (superclass == null) { return new DeclaredTypeName(getSpecAnnotation().inheritsFrom()); } return superclass; }
public InheritedModelSpecWrapper(TypeElement modelSpecElement, PluginEnvironment pluginEnv, AptUtils utils) { super(modelSpecElement, InheritedModelSpec.class, pluginEnv, utils); this.superclass = new DeclaredTypeName(getSpecAnnotation().inheritsFrom()); }
@Override protected DeclaredTypeName getDefaultModelSuperclass() { if (superclass == null) { return new DeclaredTypeName(getSpecAnnotation().inheritsFrom()); } return superclass; }
public InheritedModelSpecWrapper(TypeElement modelSpecElement, PluginEnvironment pluginEnv, AptUtils utils) { super(modelSpecElement, InheritedModelSpec.class, pluginEnv, utils); this.superclass = new DeclaredTypeName(getSpecAnnotation().inheritsFrom()); }