All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.sitebricks.example.StartAware Maven / Gradle / Ivy

The newest version!
package com.google.sitebricks.example;

import com.google.sitebricks.Aware;

/**
 * @author [email protected] (Dhanji R. Prasanna)
 */
public class StartAware implements Aware {
  @Override
  public void startup() {
    HelloWorld.HELLO_MSG = "Hello from google-sitebricks!";
  }

  @Override
  public void shutdown() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy