geosolutions-it / geobatch

Open Source GeoSpatial Processing Simplified
GNU General Public License v3.0
22 stars 19 forks source link

Allow further aliasing #223

Closed etj closed 11 years ago

etj commented 11 years ago

If a configuration is quite complex, it may have nested helper classes. A way is needed to create XStream aliases for such classes also.

etj commented 11 years ago

@Action annotation may be enriched with a

Class[] aliases() default {};

attribute.

A class called this.is.the.package.ClassName will be aliased as ClassName