[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: add copyright information in EMF generated Java

My question this that in EMF framework, the Class.javajet already refer to copyrigh information, it should have some way to set it. as you can see in the Class.javajet, we have

<%if (genModel.getCopyrightText() != null) {%>
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
<%=publicStaticFinalFlag%><%=genModel.getImportedName("java.lang.String")%> copyright = "<%=genModel.getCopyrightText()%>";<%=genModel.getNonNLS()%>


<%}%>


anyway, thanks a lot.

Liangzhao