[bv-dev] Wiki (Was Re: Method level validation)

Emmanuel Bernard emmanuel at hibernate.org
Fri Sep 16 11:49:01 EDT 2011


On 16 sept. 2011, at 16:59, Hardy Ferentschik wrote:

> On Fri, 16 Sep 2011 16:25:05 +0200, Emmanuel Bernard <emmanuel at hibernate.org> wrote:
> 
> 
>> Note: the website is usually updated within 2 mins of a push to GitHub.
> 
> That would have been my next question :-)
> Maybe you could setup some initial page or place under which we put the
> wiki style content/discussions
> 
> --Hardy

By the way, I have remove the production branch, master is now what goes live. It was simply cumbersome.

To write code in markdown and if you have @ muse the following approach

<pre>public class MyClass {
    &#64;NotNull String my Property;
</pre>

There is a small bug in the markdown engine I use that swallows the @ character :(

http://beanvalidation.org/news/2011/09/16/method-level-validation/ is an example.


More information about the beanvalidation-dev mailing list