Skip to content

Instantly share code, notes, and snippets.

package com.object;
import javax.persistence.DiscriminatorColumn;
import javax.persistence.DiscriminatorType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
// git nedir bu yaptığım nedir test uygulama..
public MyClass {
public static void main(String[] args){
System.out.println("Hello Git");
}
}