Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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