package com.arcjav.info;
// Changelog.java
// Display changelog and version information Changelog changelog = new Changelog(); System.out.println("Changelog:"); System.out.println(changelog.getChangelog()); }
Advanced usage example: // Code snippet
public class ConfigOptions { private Properties properties;
Basic usage example: // Code snippet
import java.util.Properties;