ijgen.generator.annotations
Annotation Type PackageDesc


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface PackageDesc

Annotation that carries information about package name of the domain class. Set of attributes: 1. name: contains the name of the package in which this domain class artifacts will be generated. Attribute is mandatory! Example: name="com.my.package"

Author:
Detelin Zlatev

Required Element Summary
 java.lang.String name
           
 

Element Detail

name

public abstract java.lang.String name


Copyright © 2010 Detelin Zlatev. All Rights Reserved.