added javadocs for packages

This commit is contained in:
Timo Westkämper 2008-12-17 08:43:45 +00:00
parent 4abb99d1e4
commit fb75eaff41
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/*
* Copyright (c) 2008 Mysema Ltd.
* All rights reserved.
*
*/
/**
* APT implementation classes
*/
package com.mysema.query.apt.general;

View File

@ -0,0 +1,11 @@
/*
* Copyright (c) 2008 Mysema Ltd.
* All rights reserved.
*
*/
/**
* APTFactory and related classes
*/
package com.mysema.query.apt;