Add missing package-info files for common packages
Issue: SPR-14420
(cherry picked from commit 66ec1c1)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Common utility classes behind the <em>Spring Expression Language</em>.
|
||||
*/
|
||||
package org.springframework.expression.common;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Core abstractions behind the <em>Spring Expression Language</em>.
|
||||
*/
|
||||
package org.springframework.expression;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* SpEL's abstract syntax tree.
|
||||
*/
|
||||
package org.springframework.expression.spel.ast;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* SpEL's central implementation package.
|
||||
*/
|
||||
package org.springframework.expression.spel;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* SpEL's standard parser implementation.
|
||||
*/
|
||||
package org.springframework.expression.spel.standard;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* SpEL's default implementations for various core abstractions.
|
||||
*/
|
||||
package org.springframework.expression.spel.support;
|
||||
Reference in New Issue
Block a user