- Common ways to obtain Library
private void myMethod () {Library l =
Method method;(Library) method.invoke(null, (Object[])null)
BasicProjectInfo.OptionalLibraryHolder basicProjectInfoOptionalLibraryHolder;basicProjectInfoOptionalLibraryHolder.getLibrary()
Class klass;(Library) klass.newInstance()
- Smart code suggestions by Codota
}
/** * Sets the project info string (for example, this could be the project URL). * * @param info the info string. */ public void setInfo(final String info) { super.setInfo(info); }
/** * Sets the project info string (for example, this could be the project URL). * * @param info the info string. */ public void setInfo(final String info) { super.setInfo(info); }
/** * Sets the project info string (for example, this could be the project URL). * * @param info the info string. */ public void setInfo(final String info) { super.setInfo(info); }