org.springframework.jee.validation
Annotation Type CommonAnnotations_1_0


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface CommonAnnotations_1_0

JSR 250 (Common Annotations) specification rule annotation.

Author:
Rod Johnson

Required Element Summary
 int chapter
           
 int heading
           
 
Optional Element Summary
 int subheading
           
 

Element Detail

chapter

public abstract int chapter

heading

public abstract int heading

subheading

public abstract int subheading
Default:
0


Copyright 2006 Interface21. All Rights Reserved.