Annotation Type NameTemplate


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface NameTemplate

    Annotates a class to define a template for creating object name values. The template takes the form of a list of Property annotations.

    Version:
    $Revision$
    Author:
    Julien Viet
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Property[] value