Skip to content

Instantly share code, notes, and snippets.

@ron623
Created February 6, 2015 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ron623/100583f5dca49a4c7cac to your computer and use it in GitHub Desktop.
Save ron623/100583f5dca49a4c7cac to your computer and use it in GitHub Desktop.
annotation
package objectTest;
public class ExtendsAbs extends AbstractTest{
public ExtendsAbs() {
// TODO 自動生成されたコンストラクター・スタブ
}
@Override
public void methodB() {
// TODO 自動生成されたメソッド・スタブ
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment