thanks!

On Friday, 9 January 2015 10:04:10 UTC+2, Lukas Eder wrote:
>
> The annotation can be turned off via configuration:
>
>   <!-- Generate the javax.annotation.Generated annotation to indicate
>        jOOQ version used for source code.
>        Defaults to true -->
>   <generatedAnnotation>true</generatedAnnotation>
>
>
> See also:
> http://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced
>
> The class Javadoc can currently not be re-configured, although, it is 
> replaced by the comment on your table in your database, if you have such 
> comments.
>
> Best Regards,
> Lukas
>
> 2015-01-09 8:52 GMT+01:00 <[email protected] <javascript:>>:
>
>> Hi there!
>> Is it possible to disable generation of redundant annotations and 
>> comments in classes?
>> For example, I'd like my classes don't have comments like 
>>
>>> /**
>>>  * This class is generated by jOOQ
>>>  */
>>
>> and  annotations like 
>>
>>> @javax.annotation.Generated(
>>> value = {
>>> "http://www.jooq.org";,
>>> "jOOQ version:3.5.0"
>>> },
>>> comments = "This class is generated by jOOQ"
>>> )
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "jOOQ User Group" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to