@Target(value={METHOD,ANNOTATION_TYPE})
public @interface Validate
@Validate
public void start() {
// Code executed when instances are becoming valid
}
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.