이 콘텐츠는 선택한 언어로 제공되지 않습니다.
11.3. Declaring Metadata Using a Fully Qualified Class Name Example
This example shows how you can declare metadata using the fully qualified class name instead of using the import annotation:
declare org.drools.examples.Person @author( Bob ) @dateOfCreation( 01-Feb-2009 ) end
declare org.drools.examples.Person
@author( Bob )
@dateOfCreation( 01-Feb-2009 )
end