1 package com.example; 2 3 import com.example.annotation.Builder; 4 import hello.HELLO; 5 import java.util.List; 6 7 @Builder 8 public class BClass { 9 public HELLO hello; helloFun()10 public HELLO helloFun(){ 11 return null; 12 } 13 public List<HELLO> list = null; 14 }